Skip to content

tamara9871/metaverse

 
 

Repository files navigation

Metaverse Tutorial

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

2. Install Dependencies:

$ npm install

3. Migrate Smart Contracts

$ truffle migrate --reset

4. Test Smart Contracts

$ truffle test

5. Start Frontend

$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.1%
  • Solidity 15.1%
  • CSS 9.4%
  • HTML 8.4%