solana-program-library/token
Michael Vines 68660c8011 Fix various quotes in documentation 2020-08-27 22:41:34 -07:00
..
cli Safer pack/unpack (#349) 2020-08-27 21:19:15 -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 Fix various quotes in documentation 2020-08-27 22:41:34 -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.