Skip to content

zuko-firelord/web3_metaverse_threeFiber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Metaverse

3D Metaverse build on top of blockchain in a web browser using Three.js cross-browser JavaScript library.

Untitl.mp4

Tools, Languages & Frameworks used ⚡️

  • Solidity, javascript
  • React.js
  • Hardhat
  • Ethers.js
  • Infura
  • Threejs Fiber
  • Drei

Running this project ☘️

To run this project locally, follow these steps.

  1. Clone the project locally, change into the directory, and install the dependencies:
git clone https://github.com/TedwaSachin123/web3_metaverse_threeFiber

# install using NPM or Yarn
npm install

# or

yarn
  1. Start the local Hardhat node
npx hardhat node
  1. With the network running, deploy the contracts to the local network in a separate terminal window
npx hardhat run scripts/deploy.js --network localhost
  1. Start the app
npm start