Daltonic / gameshop

A decentralized web3 shop for selling game items, it was built with React and Solidity.

Home Page:https://gameshop-af682.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Build a Fantastic Web3 Game Sales Shop with React and Solidity

Read the full tutorial here: >> How to Build a Fantastic Web3 Game Sales Shop with React and Solidity

This example shows How to Build a Fantastic Web3 Game Sales Shop with React and Solidity:

Game Shop

Game Products

Add Product

Add Product

Cancel Orders

Cancel Orders

Placing Orders

Placing Orders

Technology

This demo uses:

  • Metamask
  • Hardhat
  • Alchamy
  • ReactJs
  • Tailwind CSS
  • Solidity
  • EthersJs
  • Faucet

Running the demo

To run the demo follow these steps:

  1. Clone the project with the code below.
    # Make sure you have the above prerequisites installed already!
    git clone https://github.com/Daltonic/tailwind_ethers_starter_kit gameShop
    cd gameShop # Navigate to the new folder.
    yarn install # Installs all the dependencies.
  2. Create an Alchemy project, copy and paste your key in the spaces below.
  3. Update the .env file with the following details.
    ENDPOINT_URL=<PROVIDER_URL>
    DEPLOYER_KEY=<YOUR_PRIVATE_KEY>
  4. Run the app using yarn start

If your confuse about the installation, check out this TUTORIAL to see how you should run it.

Questions about running the demo? Open an issue. We're here to help ✌️

Useful links

About

A decentralized web3 shop for selling game items, it was built with React and Solidity.

https://gameshop-af682.web.app/


Languages

Language:JavaScript 89.4%Language:Solidity 7.6%Language:HTML 2.7%Language:CSS 0.3%