solana-program-library/token
Trent Nelson d279eb48e5
Truncate SPL Token instruction data field (#260)
2020-08-11 16:41:56 -06:00
..
cli Add spl-token documentation 2020-08-10 12:49:28 -07:00
js Relocate js 2020-08-08 15:25:47 -07:00
program Truncate SPL Token instruction data field (#260) 2020-08-11 16:41:56 -06: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.