This project is an NFT marketplace. A project submitted to web3Hack Hackathon.
Try running some of the following tasks:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
- Fork the repository
- Clone and then open it up on your prefered code editor
- Open terminal and set upstream branch : git remote add upstream https://github.com/aagbotemi/web3hack.git
- Pull upstream git pull upstream develop
- Create a new branch for the task you are doing eg : git checkout -b develop
- After making changes, do git add .
- Commit your changes with a descriptive commit message : git commit -m "commit message"
- To make sure there are no conflicts : git pull upstream develop
- Push changes to your new branch : git push origin your-current-branch-name
- Create a pull request to the main branch
Name Email Adress
-
Abiodun Awoyemi [email protected]
-
Zeapherine Islary [email protected]