This simple minting app was built using the Verbwire API. The app lets you mint an NFT from a simple image file, or metadata file. You can mint on any of the 14 supported blockchains (7 testnets and 7 mainnets). For more details on using the Verbwire API you can access the full API docs here
- You'll need a Verbwire API Key. You can get a free API key HERE
-
In the file, fastMint.js, replace the text "YOUR API KEY GOES HERE" with your actual API key. See image in the additional section below.
-
From you command prompt, type in npm i to install node modules
-
From you command prompt, type in node fastMint.js to start the program
-
Open your browser and goto localhost:8080/url to mint directly from a metadata file, or localhost:8080/image to mint directly from an image file. See Additional info section below for screenshots.
-
To see the program working you can test with this sample metadatafile: https://ipfs.io/ipfs/bafyreia3gktjytjez7vgj4wnshdthsagh4lz2tgib4in2xiirbibziga6e/metadata.json
-
You can create your own metadatafile very easily by using the Verbwire endpoint, Upload local file as metadata to IPFS, HERE. Simply upload your file and you'll get a metadata .json link returned.
- Mint from metadata file
- Mint from image file