Skip to content

An NFT Marketplace which works on Ethereum, Polygon, Solana and Tezos.

Notifications You must be signed in to change notification settings

ReCodee/Gravity

Repository files navigation

Gravity : A Multichain NFT Marketplace

Gravity is an NFT Marketplace that works upon multiple Blockchains such as Ethereum, Polygon, Solana, Binance Smart Chain and Tezos

Setting Up The Project

  • Fork the repository.
  • Clone the forked repository.
  • Open the project folder in your terminal.
  • Run the below commands in the given order.

npm install

Installs all the required dependencies for your local project.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Prerequisites

Front-End

  • HTML and CSS
  • JavaScript
  • React

Smart Contracts

  • Solidity ( Ethereum, BSC, Polygon )
  • Rust ( Solana )
  • Michelson ( Tezos )

Backend

  • NodeJS and ExpressJS
  • MongoDB