3D Metaverse build on top of blockchain in a web browser using Three.js cross-browser JavaScript library.
Untitl.mp4
- Solidity, javascript
- React.js
- Hardhat
- Ethers.js
- Infura
- Threejs Fiber
- Drei
To run this project locally, follow these steps.
- 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
- Start the local Hardhat node
npx hardhat node
- With the network running, deploy the contracts to the local network in a separate terminal window
npx hardhat run scripts/deploy.js --network localhost
- Start the app
npm start