Skip to content
This repository was archived by the owner on Feb 11, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 1.97 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.97 KB
verbwire

Fast - Mint

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. One can mint on any of the 14 supported blockchains (7 testnets and 7 mainnets). The details regarding those can be found on the official verbwire docs. here

Requirements

  1. You'll need a Verbwire API Key. You can get a free API key HERE

Steps to run program locally

  1. 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.

  2. From you command prompt, type in npm i to install node modules

  3. From you command prompt, type in node fastMint.js to start the program

  4. 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.

Additional Info:

Minting from a metadata file

  1. To see the program working you can test with this sample metadatafile: https://ipfs.io/ipfs/bafyreia3gktjytjez7vgj4wnshdthsagh4lz2tgib4in2xiirbibziga6e/metadata.json

  2. 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.

Showing where to input your API Key

inputApiKeyHere

Screenshots of the app

  1. Mint from metadata file
mintFromMetadata
  1. Mint from image file
mintFromImage