solana-program-library/token
Jack May 0637e358bc
Add back token perf monitor (#380)
2020-09-01 17:27:11 -07:00
..
cli Token CLI: Use Token2 instructions (#375) 2020-09-01 14:29:12 -06:00
js Fix token-js CI tests (#371) 2020-08-30 14:31:58 +08:00
perf-monitor Add back token perf monitor (#380) 2020-09-01 17:27:11 -07:00
program Fix up doc quotes 2020-08-29 21:59:35 -07:00
README.md Move program READMEs back 2020-08-08 23:04:16 +00:00

README.md

Token program

A Fungible Token program on the Solana blockchain.

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.