Added token ts docs (#2575)

* Added token ts docs

Fixed typos

Added token ts docs

Added updating authority example

* Added wrapped sol ts docs

* Update to match current token ts

* Remove browser bundle token doc

Co-authored-by: Jacob CG <82475023+Jacob-CG@users.noreply.github.com>
This commit is contained in:
Jacob Creech 2022-02-18 19:53:50 -06:00 committed by GitHub
parent 3d92f8f4dc
commit f64df314a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 971 additions and 18 deletions

View File

@ -14,7 +14,7 @@ module.exports = {
src: "img/logo-horizontal.svg",
srcDark: "img/logo-horizontal-dark.svg",
},
links: [
items: [
{
href: "https://docs.solana.com/",
label: "Docs »",

View File

@ -24,7 +24,7 @@ campaigns difficult and just generally increases the friction of token
transfers. AToken allows the sender to create the associated token account for
the receiver, so the token transfer just works.
See the [SPL Token](token.md) program for more information about tokens in
See the [SPL Token](token.mdx) program for more information about tokens in
general.
## Background

View File

@ -5,7 +5,7 @@ title: Feature Proposal Program
The Feature Proposal Program provides a workflow for activation of Solana
network features through community vote based on validator stake weight.
Community voting is accomplished using [SPL Tokens](token.md). Tokens are
Community voting is accomplished using [SPL Tokens](token.mdx). Tokens are
minted that represent the total active stake on the network, and distributed to
all validators based on their stake. Validators vote for feature activation by
transferring their vote tokens to a predetermined address. Once the vote

File diff suppressed because it is too large Load Diff