solana-program-library/token
Michael Vines 222ec663df Use RpcClient::new_with_commitment() 2020-11-18 04:37:30 +00:00
..
cli Use RpcClient::new_with_commitment() 2020-11-18 04:37:30 +00:00
js Bump @solana/web3.js from 0.87.0 to 0.87.1 in /token/js (#854) 2020-11-17 09:49:39 +00:00
perf-monitor Bump solana version to v1.4.9 2020-11-17 20:02:17 -08:00
program Bump solana version to v1.4.9 2020-11-17 20:02:17 -08:00
program-v3 Bump solana version to v1.4.9 2020-11-17 20:02:17 -08: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.