solana-program-library/token
Michael Vines 77e43016f1 clippy 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 clippy 2020-08-14 01:22:11 +00: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.