Skip to content

Commit 92c7e7f

Browse files
update docs link
1 parent 9bfef74 commit 92c7e7f

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,36 +13,38 @@ The Solana Metaplex NFT 'Swiss Army Knife' tool.
1313

1414
Features:
1515

16-
- Decode the metadata of a token mint account
16+
- Decode the metadata of a token mint account
1717

18-
- Mint new NFTs from a JSON file or URIs
18+
- Mint new NFTs from a JSON file or URIs
1919

20-
- Set `primary_sale_happened` bool on an NFT's metadata
20+
- Set `primary_sale_happened` bool on an NFT's metadata
2121

22-
- Set `update_authority` address on an NFT's metadata
22+
- Set `update_authority` address on an NFT's metadata
2323

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
2526

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
2928

29+
... and more! See the [docs](https://metaboss.dev) for full features and usage instructions.
3030

3131
Suggestions and PRs welcome!
3232

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
35+
before using on production NFTs.**
3536

3637
## Alternate Tools
3738

3839
Some alternate tools that do similar things:
3940

40-
* [Banana Tools](https://tools.0xbanana.com/)
41-
* [SOL Tools](https://sol-tools.tonyboyle.io/nft-tools/create-nft)
41+
- [Banana Tools](https://tools.0xbanana.com/)
42+
- [SOL Tools](https://sol-tools.tonyboyle.io/nft-tools/create-nft)
4243

4344
## Installation
4445

4546
### Install Binary
47+
4648
Copy the following to a terminal:
4749

4850
```bash
@@ -65,7 +67,9 @@ brew install openssl@3
6567

6668
### Binaries
6769

68-
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
72+
[Kartik Soneji](https://github.com/KartikSoneji).
6973

7074
### Install From crates.io
7175

@@ -114,8 +118,6 @@ or
114118
cargo build --release
115119
```
116120

117-
118-
119121
## Contact
120122

121123

0 commit comments

Comments
 (0)