solana-program-library/token
Daniel Kelleher b8066f2e08
Fix for token ts declarations - import the correct Account object (#400)
2020-09-09 09:35:38 -06:00
..
cli Bump solana-cli-config from 1.3.8 to 1.3.9 (#402) 2020-09-09 08:45:25 +00:00
js Fix for token ts declarations - import the correct Account object (#400) 2020-09-09 09:35:38 -06:00
perf-monitor Bump solana crates to 1.3.8 2020-09-04 01:18:44 -06:00
program Unrelated clippy... 2020-09-04 01:18:44 -06: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.