Skip to content

Devansh2005/blockchain_metaverse

Repository files navigation

Learnings from "Gregory"

Metaverse

Technology Stack & Tools

Requirements For Initial Setup

  • Install NodeJS, I recommend using node version v14 or v16 to avoid any potential dependency issues
  • Install Truffle, In your terminal, you can check to see if you have truffle by running truffle --version. To install truffle run npm i -g truffle.
  • Install Ganache.
  • Install MetaMask in your browser.

Setting Up

1. Clone/Download the Repository

git clone https://github.com/Devansh2005/blockchain_metaverse.git

2. Install Dependencies:

$ npm install

open the terminal and start testing

  • Run ganache-cli - This will give 10 Private keys and accounts having 100 eth each.

3. Migrate Smart Contracts (Deployment) -- on another terminal

$ truffle migrate --reset

4. Test Smart Contracts

$ truffle test

5. Start Frontend

$ npm start

Don't Forget to connect your metamask account with one of the ganache-cli Private key.

91f62179-1c7b-4227-adf0-03b4237595a5.mp4
4c469c4c-c28a-46f5-a5d3-e2b656705c9c.mp4

About

Platform to buy the Virtual Land

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published