solana-program-library/token
Tyera Eulberg 181cdfa170 C headers 2020-08-27 09:40:31 -07:00
..
cli Bump some crate versions 2020-08-27 09:39:35 -07: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 2020-08-27 09:40:31 -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.