Skip to content

A 2D top-down - racing game, embracing the power of web3.0 to mint your own car and take part in exciting races.

Notifications You must be signed in to change notification settings

KowalewskiPawel/Rally-3.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Rally 3.0

About The Project

A 2D top-down - racing game, embracing the power of web3.0 to mint your own car and take part in exciting races.

Built With

Prerequisites

Installation

  1. Install all the dependencies - npm install

  2. Create an account on Alchemy, then create a new app and select "Rinkeby" as a network.

  3. Create a .env file in the root folder and add the following variables:

   API_URL=<ALCHEMY_API_URL>
   API_KEY=<THE_LAST_PART OF_THE_API_URL>
   PRIVATE_KEY=<YOUR_WALLET'S_PRIVATE_KEY>
   CONTRACT_ADDRESS=<DEPOLOYED_TOKEN_ADDRESS>
   REACT_APP_CONTRACT_ADDRESS=<DEPOLOYED_TOKEN_ADDRESS>

Hint: You can get your own API key in the alchemy dashboard. The last part can be added after deploying the token.

Compiling the Contract

run npx hardhat compile command.

Deploying Smart Contract

Run npx hardhat run scripts/deploy.js --network rinkeby command.

This has been created during ETHGlobal Buildquest Hackathon

Rally 3.0 - ETH Global Showcase

Live Preview

https://rally30.on.fleek.co

About

A 2D top-down - racing game, embracing the power of web3.0 to mint your own car and take part in exciting races.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published