9 unstable releases (3 breaking)
0.5.0 | Apr 20, 2022 |
---|---|
0.4.20 | Apr 20, 2022 |
0.3.3 | Mar 17, 2022 |
0.2.2 | Feb 2, 2022 |
0.1.0 |
|
#24 in #metaplex
32 downloads per month
44KB
1K
SLoC
Metabob
The Metaplex NFT-standard assortment of tools for very specific tasks that are unrelated.
Inspired by Metaboss
Some stuff Many things literally taken directly from Metaboss shhh
Installation
From crates.io:
cargo install metabob
metabob --help
Docs (sorta)
So... you want to sign a bunch of nfts, do ya? Like you want to sign EVERY possible NFT that you could sign? If so, you're in the right place.
Here's how to do it:
- Follow the installation instructions
- Have the keypair file somewhere close by...
- Run the following command (it's only one command):
metabob -t 1000 -r https://ssc-dao.genesysgo.net metadata sign_all -k ~/keypair_path/keypair.json
The https://ssc-dao.genesysgo.net
can be replaced by your RPC and the ~/keypair_path/keypair.json
should be replaced with the path to your filesystem wallet keypair file.
This may take a while to run. If it's timing out, try increasing the -t 1000
to a higher number.
Contact
Email: sammy@stegabob.com
Twitter: @stegaBOB
Discord: @stegaBOB#0001
Dependencies
~80MB
~1.5M SLoC