NFT debugging tool.
- Use at your own risk.
- Download the latest release to minimize your own risk, or clone/download repository if you are adventurous.
- Install Java (JRE, JDK, or OpenJDK).
- If you would like to compile the jar yourself, download sbt and run
sbt assembly
within the repository/source folder.
- Run
java -jar --print <network-type> <box-type> <box-id>
<network-type>
is the network you want to use to execute this transaction, either"mainnet"
or"testnet"
. If you select testnet, please make sure the requisite command-line arguments are valid testnet arguments.<box-type>
is the token mint box type, one of:"eip4issuance"
,"eip24issuer"
,"eip34issuer"
.<box-id>
is the box id of the box you want to print, corresponding to the box-type parameter.
- Run
java -jar --snapshot <network-type> <collection-id>
<network-type>
is the network you want to use to execute this transaction, either"mainnet"
or"testnet"
. If you select testnet, please make sure the requisite command-line arguments are valid testnet arguments.<collection-id>
is the collection token id.
- Relevant EIPs you may like to follow up on are the following:
Slide into my DMs.