solana-program-library/token
Daniel Marin 4b43db6d9c
chore(token): add createTransferCheckedInstruction to flow-typed (#2289)
2021-08-16 19:44:20 +00:00
..
cli build(deps): bump serde from 1.0.126 to 1.0.127 (#2200) 2021-08-02 11:15:36 +00:00
js chore(token): add createTransferCheckedInstruction to flow-typed (#2289) 2021-08-16 19:44:20 +00:00
perf-monitor Bump solana crates (#2139) 2021-07-23 16:47:06 +00:00
program review feedback 2021-08-14 09:46:28 -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.