Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.13 KB

Web3Hack HACKATHON

This project is an NFT marketplace. A project submitted to web3Hack Hackathon.

Network : Polygon Mumbai Testnet

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

Contribution Guide

  1. Fork the repository
  2. Clone and then open it up on your prefered code editor
  3. Open terminal and set upstream branch : git remote add upstream https://github.com/aagbotemi/web3hack.git
  4. Pull upstream git pull upstream develop
  5. Create a new branch for the task you are doing eg : git checkout -b develop
  6. After making changes, do git add .
  7. Commit your changes with a descriptive commit message : git commit -m "commit message"
  8. To make sure there are no conflicts : git pull upstream develop
  9. Push changes to your new branch : git push origin your-current-branch-name
  10. Create a pull request to the main branch

NAMES OF ALL TEAM MEMBERS

		Name					Email Adress
  1.    Abiodun Awoyemi 		 aabiodunawoyemi@gmail.com
    
  2.    Zeapherine Islary      zeapherine@gmail.com