solana-program-library/token
Tyera Eulberg 6944577691
Custom build.rs for program-2022-test (#2940)
* Add custom build script from program-2022-test to build .so

* Log output
2022-02-22 22:29:28 -07:00
..
cli Freezing -> Thawing 2022-02-04 09:55:36 -08:00
client Add confidential transfer initialize/update mint tests 2022-02-22 21:25:18 -07:00
js token-js: Support token-2022 in base tests (#2927) 2022-02-17 23:26:54 +01:00
program Add token Amount/UiAmount conversion Instructions (#2928) 2022-02-17 16:25:57 -07:00
program-2022 Add confidential transfer initialize/update mint tests 2022-02-22 21:25:18 -07:00
program-2022-test Custom build.rs for program-2022-test (#2940) 2022-02-22 22:29:28 -07:00
zk-token-protocol-paper Add zktoken paper 2022-02-22 12:22:48 -07:00
README.md token: Bump C bindings (#2109) 2021-07-19 23:57:26 +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/token

JavaScript bindings are available in the ./js directory.