solana-program-library/token
Trent Nelson 7cc1055e8f token: Rename v2 instructions in C bindings 2021-02-09 13:05:55 -07:00
..
cli build(deps): bump solana-logger from 1.5.1 to 1.5.3 (#1066) 2021-01-14 12:36:43 +00:00
js build(deps): bump @solana/web3.js from 0.90.5 to 0.91.0 in /token/js (#1195) 2021-02-08 09:32:30 +00:00
perf-monitor Disable tests that link directly with the BPF VM. 2020-12-17 21:24:30 -08:00
program token: Rename v2 instructions in C bindings 2021-02-09 13:05:55 -07: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.