solana-program-library/token
dependabot[bot] 355fa0a12c
Bump solana_rbpf from 0.1.32 to 0.2.0 (#775)
Bumps [solana_rbpf](https://github.com/solana-labs/rbpf) from 0.1.32 to 0.2.0.
- [Release notes](https://github.com/solana-labs/rbpf/releases)
- [Commits](https://github.com/solana-labs/rbpf/compare/v0.1.32...v0.2.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 12:04:42 +00:00
..
cli Update to solana v1.4.4 2020-11-01 20:48:15 -08:00
js Bump rollup from 2.32.1 to 2.33.1 in /token/js (#770) 2020-11-02 09:04:03 +00:00
perf-monitor Bump solana_rbpf from 0.1.32 to 0.2.0 (#775) 2020-11-02 12:04:42 +00:00
program Drop lifetimes 2020-11-01 20:48:15 -08:00
program-v3 Drop lifetimes 2020-11-01 20:48:15 -08: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.