solana-program-library/token
Michael Vines 62cb0e2dd9 Remove duplicate 2020-08-20 17:47:49 -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 Remove duplicate 2020-08-20 17:47:49 -07:00
program2 Remove duplicate 2020-08-20 17:47:49 -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.