solana-program-library/token
dependabot[bot] c64d43180a
Bump serde_json from 1.0.59 to 1.0.61 (#983)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.59 to 1.0.61.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.59...v1.0.61)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 01:33:47 +00:00
..
cli Bump serde_json from 1.0.59 to 1.0.61 (#983) 2021-01-04 01:33:47 +00:00
js Finish renaming x2 instructions to xChecked (#981) 2020-12-29 17:09:26 +08:00
perf-monitor Disable tests that link directly with the BPF VM. 2020-12-17 21:24:30 -08:00
program Update to Solana 1.5.0 2020-12-17 21:24:30 -08:00
program-v3 Finish renaming x2 instructions to xChecked (#981) 2020-12-29 17:09:26 +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.