solana-program-library/token
Michael Vines 68b1d43596 Update token.h 2020-08-08 08:05:00 -07:00
..
inc Update token.h 2020-08-08 08:05:00 -07:00
js Move up to v1.3.1 2020-08-08 08:05:00 -07:00
src Add ui amount conversion helpers 2020-08-05 05:18:54 +00:00
Cargo.toml Relax solana-sdk version requirement 2020-08-04 16:10:05 -07:00
README.md Nits (#159) 2020-07-28 16:33:34 -07:00
Xargo.toml Reorganize repository in preparation for more programs (#20) 2020-06-05 12:34:17 -06:00
build.rs Avoid generating header files when they already exist 2020-08-07 18:44:00 -07:00
program-id.md Token: add Rust program id and bump version (#47) 2020-07-15 18:52:15 -06: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.