solana-program-library/token
Yutaro Mori 81a63712ac
Fix u64.fromBuffer return type to u64 (#830)
2020-11-12 10:40:46 +01:00
..
cli Bump solana-cli-config from 1.4.5 to 1.4.6 (#820) 2020-11-10 12:31:19 +00:00
js Fix u64.fromBuffer return type to u64 (#830) 2020-11-12 10:40:46 +01:00
perf-monitor clippy 2020-11-06 21:29:04 -08:00
program Bump solana-program from 1.4.5 to 1.4.6 (#826) 2020-11-11 12:39:52 +00:00
program-v3 Bump solana-program from 1.4.5 to 1.4.6 (#826) 2020-11-11 12:39:52 +00:00
README.md Fix broken stake-pool docs link and make readme's consistent (#805) 2020-11-06 09:15:27 +08:00

README.md

Token program

A token program on the Solana blockchain, usable for fungible and non-fungible tokens.

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/token

JavaScript binding are available in the ./js directory.