* Added token-swap ts and flow bindings and build pure JS versions using rollup, to match the token program * Added references to the built files in token-swap package.json * Added missing Account import * Fix flow module syntax errors |
||
---|---|---|
.. | ||
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.