Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubhamprajapati7748/nftmarketplace


https://github.com/shubhamprajapati7748/nftmarketplace

Last synced: 4 days ago
JSON representation

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
```