dappuniversity / nft_marketplace

145 stars 186 forks source link

NFT Marketplace

Technology Stack & Tools

Requirements For Initial Setup

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ cd nft_marketplace
$ npm install

3. Boot up local development blockchain

$ cd nft_marketplace
$ npx hardhat node

4. Connect development blockchain accounts to Metamask

5. Migrate Smart Contracts

npx hardhat run src/backend/scripts/deploy.js --network localhost

6. Run Tests

$ npx hardhat test

7. Launch Frontend

$ npm run start

License

MIT