Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhamprajapati7748/nftmarketplace
https://github.com/shubhamprajapati7748/nftmarketplace
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubhamprajapati7748/nftmarketplace
- Owner: shubhamprajapati7748
- Created: 2023-02-04T02:10:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T02:10:26.000Z (almost 2 years ago)
- Last Synced: 2024-12-08T13:29:32.445Z (about 2 months ago)
- Language: JavaScript
- Size: 14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a fullstack DApp NFT Marketplace built as a study project to learn more about blockchain and smart contract development.
Made with Nextjs, Tailwindcss, Solidity, Hardhat and Etherjs, ERC-721
https://user-images.githubusercontent.com/61042463/216739727-efd4c738-28f2-4442-a7f4-58e56e657a7a.mp4
# Instructions Steps
1. Compile, Test and Run the node
```shell
npx hardhat compile
npx hardhat test
npx hardhat node
```In a new terminal-
```shell
npx hardhat run scripts/deploy.js --network localhost
```2. Run the project
```shell
npm run dev
```