solana-program-library/token
Michael Vines 81d18e590d InitializeMint's mint authority is no longer optional 2020-08-26 23:43:45 -07:00
..
cli Port cli to token2 2020-08-26 23:10:18 -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 InitializeMint's mint authority is no longer optional 2020-08-26 23:43:45 -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.