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

https://github.com/lamaparbat/amazon-web3

[email protected] WEB3 [NFT's Marketplace]
https://github.com/lamaparbat/amazon-web3

alchemy ethers goerli-testnet hardhat lodash metamask-wallet nextjs nft-marketplace openzeppelin-contracts react-skeleton react-spinners react-toastify smartcontracts soldity tailwindcss vercel web3

Last synced: 11 days ago
JSON representation

[email protected] WEB3 [NFT's Marketplace]

Awesome Lists containing this project

README

        

# [email protected] WEB3 CLONE
Screen Shot 2022-11-07 at 20 12 21

Screen Shot 2022-11-07 at 20 11 59

## Installation guides
1. Open terminal
2. `git clone https://github.com/lamaparbat/amazon-web3.git`
3. open the recently clone project in your favourite code editor [VScode, or Webstorm, or ... ]
3. `npm install`
4. `npm run dev`

## Building steps
1. Open Vscode terminal and
- ` npx create-next-app@latest amzon-web3 ` [init Frontend project]
- ` npm add -D tailwindcss postcss autoprefixer ` [Css Framework]
- `npx tailwindcss init -p` [Generate tailwindcss config file]
- Replace the tailwindcss.config with https://tailwindcss.com/docs/guides/nextjs
- ` mkdir smartcontracts ` [Contains smartcontracts]
- ` npm run dev ` [Start frontend server]

2.

3. Install additional npm packages
- ` npm add react-icons react-spinners react-simple-hook-modal `
- ` npm add @walletconnect/web3-provider @web3auth/web3auth ethers`
- ` npm add magic-sdk moment web3uikit `

4. Now Let`s code
- Go to /pages/index.js page and remove the ... and rename the title inside ...