solana-program-library/token
dependabot[bot] aa85022410
build(deps-dev): bump flow-bin from 0.141.0 to 0.142.0 in /token/js (#1044)
Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.141.0 to 0.142.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](https://github.com/flowtype/flow-bin/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-08 09:39:59 +00:00
..
cli build(deps): bump solana-cli-config from 1.5.0 to 1.5.1 (#1023) 2021-01-04 12:39:08 +00:00
js build(deps-dev): bump flow-bin from 0.141.0 to 0.142.0 in /token/js (#1044) 2021-01-08 09:39:59 +00:00
perf-monitor Disable tests that link directly with the BPF VM. 2020-12-17 21:24:30 -08:00
program build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +00:00
program-v3 build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +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.