solana-program-library/token
dependabot[bot] e0548c1e06
build(deps): bump json5 from 2.2.1 to 2.2.3 in /token/js (#3953)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 18:22:47 +01:00
..
cli Update repo to `edition = "2021"` (#3900) 2022-12-13 23:46:26 +01:00
client [confidential-extension] Use `OptionalNonZeroPubkey` and `OptionalNonZeroEncryptionPubkey` for confidential extension (#3943) 2022-12-23 11:06:18 +09:00
js build(deps): bump json5 from 2.2.1 to 2.2.3 in /token/js (#3953) 2023-01-03 18:22:47 +01:00
program Update repo to `edition = "2021"` (#3900) 2022-12-13 23:46:26 +01:00
program-2022 rename ops to syscall for better readability (#3944) 2022-12-23 16:17:57 +09:00
program-2022-test [confidential-extension] Use `OptionalNonZeroPubkey` and `OptionalNonZeroEncryptionPubkey` for confidential extension (#3943) 2022-12-23 11:06:18 +09: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 ci: Re-enable twotx job (#3553) 2022-08-31 01:41:05 +02: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.