Skip to content

lamaparbat/amazon-web3

Repository files navigation

Amazon@3.0 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 ... ]
  4. npm install
  5. 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]
    • mkdir smartcontracts [Contains smartcontracts]
    • npm run dev [Start frontend server]
  2. 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
  3. Now Let`s code

    • Go to /pages/index.js page and remove the ... and rename the title inside ...