Add standalone minting method
cif opened this issue · 1 comments
cif commented
This supports a future looking POC.
Looking to bypass the arweave.net upload workflow to enable use of simple/small SVGs media on-chain.
- Add
Wallet.mint_simple_nft
method which bypasses the arweave requirements.
cif commented
One thought here might be to take another look at wallet and modularize/clean up some of the scattered call stack logic. https://www.devjoy.com/blog/dont-scatter-logic-all-over-the-call-stack/