solana-program-library/token
Tyera Eulberg bc91372f6f
Enable spl-token-cli args (#510)
2020-09-22 03:11:24 +00:00
..
cli Enable spl-token-cli args (#510) 2020-09-22 03:11:24 +00:00
js Bump @rollup/plugin-commonjs from 14.0.0 to 15.1.0 in /token/js (#491) 2020-09-21 08:48:52 +00:00
perf-monitor Switch to solana_sdk Pack and COption 2020-09-21 17:08:37 -07:00
program Standardize failure case ordering (#509) 2020-09-21 20:28:24 -06:00
program-v3 Bump solana-sdk to v1.3.12 (#484) 2020-09-21 08:38:29 -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.