Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.08 KB

NFT Minter🔗

⚙️ Built using NextJS, Hardhat, Viem, and Typescript.

this repo is classified into two branches

  • main branch: this is the starter kits for the
  • updated branch: this branch contains the updated code from the tutorial

Requirements

Before you begin, you need to install the following tools:

Quickstart

To get started with AssetChain Startkit , follow the steps below:

  1. Clone this repo & install dependencies
git clone https://github.com/xendfinance/Mint-an-Nft.git

cd Mint-an-Nft
cd frontend 
npm install
  1. Open a terminal, deploy the test contract:
cd hardhat
yarn install
yarn deploy --network assetchain_testnet
  1. On a second terminal, start your frontend app:
cd frontend
npm run dev

Visit your app on: http://localhost:3000.

With ❤️, James Harrison