solana-program-library/token
Michael Vines d87d056e61 Bump testnetDefaultChannel 2020-08-14 01:22:11 +00:00
..
cli Adapt spl-token cli to Solana 1.3.2 2020-08-14 01:22:11 +00:00
js Bump testnetDefaultChannel 2020-08-14 01:22:11 +00:00
program cbindgen does not produce deterministic header files (#261) 2020-08-11 16:09:36 -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.