solana-program-library/token
Jack May a07935371f
Prep token/js for publishing (#165)
2020-07-30 02:07:55 -07:00
..
inc Bump sdk version, and adjust accordingly (#155) 2020-07-24 20:39:15 +00:00
js Prep token/js for publishing (#165) 2020-07-30 02:07:55 -07:00
src TokenInstruction::Approve: source account must be writable (#164) 2020-07-30 00:03:40 +00:00
Cargo.lock Bump sdk version, and adjust accordingly (#155) 2020-07-24 20:39:15 +00:00
Cargo.toml Bump sdk version, and adjust accordingly (#155) 2020-07-24 20:39:15 +00:00
README.md Nits (#159) 2020-07-28 16:33:34 -07:00
Xargo.toml
build.rs Fix C header to include state structures (#138) 2020-07-21 00:46:02 -07:00
program-id.md

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.