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]
- Host: GitHub
- URL: https://github.com/lamaparbat/amazon-web3
- Owner: lamaparbat
- Created: 2022-10-25T02:32:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T08:15:12.000Z (over 2 years ago)
- Last Synced: 2025-04-15T20:13:12.695Z (11 days ago)
- Topics: alchemy, ethers, goerli-testnet, hardhat, lodash, metamask-wallet, nextjs, nft-marketplace, openzeppelin-contracts, react-skeleton, react-spinners, react-toastify, smartcontracts, soldity, tailwindcss, vercel, web3
- Language: JavaScript
- Homepage: https://amazon-nfts3.vercel.app
- Size: 607 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [email protected] WEB3 CLONE
## 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 ...