solana-program-library/token
Daniel Kelleher 23a393801f
Token-swap ts, flow bindings and build using rollup. (#463)
* 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
2020-09-18 09:31:16 +02:00
..
cli Bump solana-clap-utils from 1.3.9 to 1.3.11 (#460) 2020-09-17 09:27:13 +00:00
js Token-swap ts, flow bindings and build using rollup. (#463) 2020-09-18 09:31:16 +02:00
perf-monitor Remove pack's dependency on TokenError (#448) 2020-09-16 00:59:37 +00:00
program Nit: add current 2020-09-16 08:55:03 -07:00
program-v3 Nit: add current 2020-09-16 08:55:03 -07:00
README.md SPL Token supports NFTs too 2020-09-17 17:05:35 +00:00

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.