⚙️ Built using NextJS, Hardhat, Viem, and Typescript.
this repo is classified into two branches
main
branch: this is the starter kits for theupdated
branch: this branch contains the updated code from the tutorial
Before you begin, you need to install the following tools:
- Node (>= v18.17)
- Yarn (v1 or v2+)
- Git
To get started with AssetChain Startkit , follow the steps below:
- Clone this repo & install dependencies
git clone https://github.com/xendfinance/Mint-an-Nft.git
cd Mint-an-Nft
cd frontend
npm install
- Open a terminal, deploy the test contract:
cd hardhat
yarn install
yarn deploy --network assetchain_testnet
- On a second terminal, start your frontend app:
cd frontend
npm run dev
Visit your app on: http://localhost:3000
.
With ❤️, James Harrison