This repo has been updated to work with Sepolia over Goerli.
This is a repo showing how to make an NFT Marketplace from scratch!
- git
- You'll know you did it right if you can run
git --version
and you see a response likegit version x.x.x
- You'll know you did it right if you can run
- Nodejs
- You'll know you've installed nodejs right if you can run:
node --version
and get an ouput like:vx.x.x
- You'll know you've installed nodejs right if you can run:
- Yarn instead of
npm
- You'll know you've installed yarn right if you can run:
yarn --version
and get an output like:x.x.x
- You might need to install it with
npm
- You'll know you've installed yarn right if you can run:
git clone https://github.com/RajarshiKGP/ChainWarriors.git
cd Chainwarriors
yarn install
TODO!!
For the typescript edition, run:
git checkout typescript
Deploy:
yarn hardhat deploy
yarn hardhat test