solana-program-library/token
Tyera Eulberg 019235c69c
Bump sdk version, and adjust accordingly (#155)
2020-07-24 20:39:15 +00:00
..
inc Bump sdk version, and adjust accordingly (#155) 2020-07-24 20:39:15 +00:00
js Bump solana-sdk version (#145) 2020-07-22 20:34:15 +00:00
src Improve CI coverage (#141) 2020-07-21 14:37:34 -07:00
Cargo.lock Bump sdk version, and adjust accordingly (#155) 2020-07-24 20:39:15 +00:00
Cargo.toml Bump sdk version, and adjust accordingly (#155) 2020-07-24 20:39:15 +00: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 Fix C header to include state structures (#138) 2020-07-21 00:46:02 -07:00
program-id.md Token: add Rust program id and bump version (#47) 2020-07-15 18:52:15 -06: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