Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.136.0 to 0.137.0. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
cli | ||
js | ||
perf-monitor | ||
program | ||
program-v3 | ||
README.md |
README.md
Token program
A token program on the Solana blockchain, usable for fungible and non-fungible tokens.
This program provides an interface and implementation that third parties can utilize to create and use their tokens.
Full documentation is available at https://spl.solana.com
JavaScript binding are available in the ./js
directory.