@badublanc I made a really simple custom metadata renderer which just glues two strings together with the tokenId in the middle, which might be a simple reference to work from too. 🙏
https://t.co/7ufED3U0b0
Rivet is your Browser DevTools for your local Anvil node.
It aims to provide the ability to introspect, debug, and manipulate the state of a forked Ethereum.
No private key/mnemonics! All signing is done over JSON-RPC to the Anvil node (thanks to impersonation).
@WilsonCusack If you don't have the tx hash, you can use a combination of `eth_newPendingTransactionFilter` and `eth_getFilterChanges` to catch it instead.