Skip to content

AreaLayer/Artbyte-Client.github.io

 
 

Repository files navigation

Client for Artbyte Marketplace - Powered by Layer2labs

A client side implementation of the Artbyte Marketplace for NFT trading on RSK network. Artbyte allows users:

  • to explore existing NFTs on RSK.
  • to create a new collection of a new NFT
  • to register a collection of already deployed NFT.
  • to buy / sell / collect rare NFTs.

Project Setup

npm install / yarn

Compile

npm run start

Compiles and minifies for production

npm run build

.env file sample

REACT_APP_API_URL=
SKIP_PREFLIGHT_CHECK=true
REACT_APP_ENV=
REACT_APP_USDC=
REACT_APP_FUSDT=

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.1%
  • SCSS 11.9%
  • Other 1.0%