Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1b4dd4e

Browse files
authored
docs: Be really clear that token-2022 is still under audit (#4435)
1 parent 027f82c commit 1b4dd4e

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ the Solana Mainnet Beta. Currently, this includes:
5555
If you discover a critical security issue in an out-of-scope program, your finding
5656
may still be valuable.
5757

58+
[token-2022](https://github.com/solana-labs/solana-program-library/tree/master/token/program-2022)
59+
is still under audit and not meant for full production use. In the meantime, all
60+
clusters have the latest program deployed **for testing and development purposes ONLY**.
61+
5862
Many programs, including
5963
[token-swap](https://github.com/solana-labs/solana-program-library/tree/master/token-swap/program)
6064
and [token-lending](https://github.com/solana-labs/solana-program-library/tree/master/token-lending/program),

docs/src/token-2022.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ A token program on the Solana blockchain, defining a common implementation for
66
fungible and non-fungible tokens.
77

88
The Token-2022 Program is a superset of the functionality provided by the
9-
[Token Program](token.mdx), deployed to all networks.
9+
[Token Program](token.mdx).
10+
11+
The program is still under audit and not meant for full production use. In the
12+
meantime, all clusters have the latest program deployed **for testing and development
13+
purposes ONLY**.
1014

1115
| Information | Account Address |
1216
| --- | --- |

token/program-2022/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Token-2022 program
2+
3+
A token program on the Solana blockchain, usable for fungible and non-fungible tokens.
4+
5+
This program provides an interface and implementation that third parties can
6+
utilize to create and use their tokens.
7+
8+
Full documentation is available at https://spl.solana.com/token-2022
9+
10+
The Token-2022 program is still under audit and not meant for full production use.
11+
In the meantime, all clusters have the latest program deployed **for testing and
12+
development purposes ONLY**.
13+
14+
## Audit
15+
16+
The repository [README](https://github.com/solana-labs/solana-program-library#audits)
17+
contains information about program audits.

token/README.md renamed to token/program/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ utilize to create and use their tokens.
77

88
Full documentation is available at https://spl.solana.com/token
99

10-
JavaScript bindings are available in the `./js` directory.
11-
1210
## Audit
1311

1412
The repository [README](https://github.com/solana-labs/solana-program-library#audits)

0 commit comments

Comments
 (0)