solana-program-library/token
Tyera Eulberg d11dbba955
Bump version (#357)
2020-08-28 19:34:29 +00:00
..
cli s/AccountHolder/AccountOwner (#356) 2020-08-28 12:11:57 -06: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 Bump version (#357) 2020-08-28 19:34:29 +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.