solana-program-library/token
Tyera Eulberg 2e6162abbd C headers doc 2020-08-27 16:17:38 -07:00
..
cli Reinstate Mint supply (#342) 2020-08-27 13:06:23 -06:00
js Bump @babel/core from 7.11.1 to 7.11.4 in /token/js (#317) 2020-08-26 08:33:10 +00:00
program C headers doc 2020-08-27 16:17:38 -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.