solana-program-library/token
Michael Vines 480c88ceaf Exclude DECIMALS 2020-08-14 17:57:46 +00:00
..
cli Bump clap from 2.33.2 to 2.33.3 (#274) 2020-08-14 08:44:28 +00:00
js Bump rollup from 2.23.1 to 2.25.0 in /token/js (#273) 2020-08-14 08:40:46 +00:00
program Exclude DECIMALS 2020-08-14 17:57:46 +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.