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:
parent
3d92f8f4dc
commit
f64df314a3
|
@ -14,7 +14,7 @@ module.exports = {
|
||||||
src: "img/logo-horizontal.svg",
|
src: "img/logo-horizontal.svg",
|
||||||
srcDark: "img/logo-horizontal-dark.svg",
|
srcDark: "img/logo-horizontal-dark.svg",
|
||||||
},
|
},
|
||||||
links: [
|
items: [
|
||||||
{
|
{
|
||||||
href: "https://docs.solana.com/",
|
href: "https://docs.solana.com/",
|
||||||
label: "Docs »",
|
label: "Docs »",
|
||||||
|
|
|
@ -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
|
transfers. AToken allows the sender to create the associated token account for
|
||||||
the receiver, so the token transfer just works.
|
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.
|
general.
|
||||||
|
|
||||||
## Background
|
## Background
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Feature Proposal Program
|
||||||
The Feature Proposal Program provides a workflow for activation of Solana
|
The Feature Proposal Program provides a workflow for activation of Solana
|
||||||
network features through community vote based on validator stake weight.
|
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
|
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
|
all validators based on their stake. Validators vote for feature activation by
|
||||||
transferring their vote tokens to a predetermined address. Once the vote
|
transferring their vote tokens to a predetermined address. Once the vote
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue