solana-program-library/token
joeaba 891b4bdad8
chore: update maintainer references (#4008)
2023-01-31 08:06:36 -05:00
..
cli chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
client chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
js chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
program chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
program-2022 chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
program-2022-test chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
zk-token-protocol-paper Add zktoken paper 2022-02-22 12:22:48 -07:00
.gitignore Add temporary twoxtx feature for ConfidentialTransfer extension unit testing 2022-02-28 09:34:23 -08:00
README.md token: Bump C bindings (#2109) 2021-07-19 23:57:26 +00:00
twoxtx-setup.sh twotx: allow git to merge the twotx ci patch 2023-01-05 09:37:50 -08:00
twoxtx.patch ci: Fix 2xtx build (#3849) 2022-11-29 01:29:58 +01: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.