You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,36 +13,38 @@ The Solana Metaplex NFT 'Swiss Army Knife' tool.
13
13
14
14
Features:
15
15
16
-
-Decode the metadata of a token mint account
16
+
- Decode the metadata of a token mint account
17
17
18
-
-Mint new NFTs from a JSON file or URIs
18
+
- Mint new NFTs from a JSON file or URIs
19
19
20
-
-Set `primary_sale_happened` bool on an NFT's metadata
20
+
- Set `primary_sale_happened` bool on an NFT's metadata
21
21
22
-
-Set `update_authority` address on an NFT's metadata
22
+
- Set `update_authority` address on an NFT's metadata
23
23
24
-
- Verify a creator by signing the metadata accounts for all tokens in a list, for a given candy machine id or a single mint account
24
+
- Verify a creator by signing the metadata accounts for all tokens in a list, for a given candy
25
+
machine id or a single mint account
25
26
26
-
- Get a snapshot of current NFT holders for a given candy machine ID or update authority
27
-
28
-
... and more! See the [docs](https://metaboss.rs) for full features and usage instructions.
27
+
- Get a snapshot of current NFT holders for a given candy machine ID or update authority
29
28
29
+
... and more! See the [docs](https://metaboss.dev) for full features and usage instructions.
30
30
31
31
Suggestions and PRs welcome!
32
32
33
-
**Note: This is experimental software for a young ecosystem. Use at your own risk. The author is not responsible for misuse of the software or for the user failing to test specific commands on devnet before using on production NFTs.**
34
-
33
+
**Note: This is experimental software for a young ecosystem. Use at your own risk. The author is not
34
+
responsible for misuse of the software or for the user failing to test specific commands on devnet
Linux, MacOS and Windows binaries available in [releases](https://github.com/samuelvanderwaal/metaboss/releases), thanks to CI work done by [Kartik Soneji](https://github.com/KartikSoneji).
70
+
Linux, MacOS and Windows binaries available in
71
+
[releases](https://github.com/samuelvanderwaal/metaboss/releases), thanks to CI work done by
0 commit comments