Loading repository data…
Loading repository data…
mariajoseph230 / repository
THIS IS A WEB 3.0 GAME BASED ON BLOCK CHAIN WHICH IS DEVELOPED FOR MY MINI PROJECT WORK FOR COLLEGE.THIS IS A MULTIPLAYER GAME WHICH IS VERY INTERACTIVE AND HAVE AN EXQUISITE USER INTERFACE. THIS IS DEPLOYED USING AVALANCHE FUJI-C-NETWORK.(INSPIRED BY JSMINISTERY)
Check the deploy preview
Project purposeBuilt withStep by step to run this projectcloneFirst you must clone the repository.
Install the dependenciesThis project depends on some dependencies, so the command npm install or yarn takes care of installing all of them
npm install
yarn
Run the projectRuns the app in the development mode.
Open http://localhost:5173 to view it in the browser.
npm run dev
yarn dev
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts