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 Products Add Product Cancel Orders Placing OrdersThis demo uses:
- Metamask
- Hardhat
- Alchamy
- ReactJs
- Tailwind CSS
- Solidity
- EthersJs
- Faucet
To run the demo follow these steps:
- 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.
- Create an Alchemy project, copy and paste your key in the spaces below.
- Update the
.env
file with the following details.ENDPOINT_URL=<PROVIDER_URL> DEPLOYER_KEY=<YOUR_PRIVATE_KEY>
- 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 ✌️