solana-program-library/token
dependabot[bot] 1890a7f3ea
Bump flow-bin from 0.136.0 to 0.137.0 in /token/js (#748)
Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.136.0 to 0.137.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>
2020-11-01 23:45:04 +08:00
..
cli Clippy suggestions (#765) 2020-10-31 19:10:33 -06:00
js Bump flow-bin from 0.136.0 to 0.137.0 in /token/js (#748) 2020-11-01 23:45:04 +08:00
perf-monitor Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00
program Clippy suggestions (#765) 2020-10-31 19:10:33 -06:00
program-v3 Clippy suggestions (#765) 2020-10-31 19:10:33 -06:00
README.md SPL Token supports NFTs too 2020-09-17 17:05:35 +00: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

JavaScript binding are available in the ./js directory.