/frontend_base_dapp

Base project for a dapp

Primary LanguageJavaScriptMIT LicenseMIT

NFT Minter

Connect to a Netowrk and deploy your NFT without a marketplace.

Where they will be stored?

At Ipfs.io.

Prerequesites

  1. Metamask or other browser/extension which implements web3 ethereum framework.

Running

Local blockhain

Run a fake blockchain with accounts with fake Ethers.

  1. npx ganache-cli

Run smart contract migration

  1. yarn truffle-migrate.