metabob

Crates.iometabob
lib.rsmetabob
version0.4.20
sourcesrc
created_at2022-01-22 09:09:20.287831
updated_at2022-04-20 03:03:50.206889
descriptionThe Metaplex NFT-standard assortment of tools for very specific tasks that are unrelated. Inspired HEAVILY by Metaboss.
homepage
repositoryhttps://github.com/stegabob/metabob
max_upload_size
id519086
size146,244
Sammy Harris (stegaBOB)

documentation

README

Crates.io Crates.io Crates.io

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:

  1. Follow the installation instructions
  2. Have the keypair file somewhere close by...
  3. 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

Commit count: 26

cargo fmt