solana-program-library/token
Michael Vines c64f29e0d8 Update version 2020-08-20 13:41:27 -07:00
..
cli Add token program2 2020-08-14 22:50:18 +00:00
js Bump @solana/web3.js from 0.68.0 to 0.71.1 in /token/js (#279) 2020-08-14 22:28:33 +00:00
program Update version 2020-08-20 13:41:27 -07:00
program2 Add token program2 2020-08-14 22:50:18 +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.