solana-program-library/token
dependabot-preview[bot] 8c84a64e16
Bump superstruct from 0.8.3 to 0.10.12 in /token/js (#51)
Bumps [superstruct](https://github.com/ianstormtaylor/superstruct) from 0.8.3 to 0.10.12.
- [Release notes](https://github.com/ianstormtaylor/superstruct/releases)
- [Changelog](https://github.com/ianstormtaylor/superstruct/blob/master/Changelog.md)
- [Commits](https://github.com/ianstormtaylor/superstruct/compare/v0.8.3...v0.10.12)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-07 14:35:38 -07:00
..
inc Remove supply from Token (#82) 2020-07-07 14:34:23 -07:00
js Bump superstruct from 0.8.3 to 0.10.12 in /token/js (#51) 2020-07-07 14:35:38 -07:00
src Remove supply from Token (#82) 2020-07-07 14:34:23 -07:00
Cargo.lock FFI compatible token interface (#48) 2020-06-26 15:20:03 -07:00
Cargo.toml Fix token-swap (#72) 2020-07-01 00:56:00 -07:00
README.md Reorganize repository in preparation for more programs (#20) 2020-06-05 12:34:17 -06:00
Xargo.toml Reorganize repository in preparation for more programs (#20) 2020-06-05 12:34:17 -06:00
build.rs FFI compatible token interface (#48) 2020-06-26 15:20:03 -07:00
cbindgen.toml Fix token-swap (#72) 2020-07-01 00:56:00 -07:00

README.md

Token program

An ERC20-like Token program on the Solana blockchain.

The project comprises:

  • The Rust on-chain program
  • A JavaScript library to interact with the on-chain program