solana-program-library/token
Jon Cinque d1827f5c93
token-js: Use `flow check-contents` to not trip on others' issues (#2088)
* token-js: Use `flow check-contents` to not trip on others' issues

* lending: Bump compute budget on init test
2021-07-15 03:38:47 +02:00
..
cli token-cli: Bump version to 2.0.13 2021-07-13 00:37:26 -06:00
js token-js: Use `flow check-contents` to not trip on others' issues (#2088) 2021-07-15 03:38:47 +02:00
perf-monitor Bump solana and borsh crates (#2015) 2021-07-02 16:53:41 +00:00
program Bump solana and borsh crates (#2015) 2021-07-02 16:53:41 +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.