0.5.0 • Published 3 years ago

marketplace-ui v0.5.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Marketplace Frontend

Decentraland's Marketplace

Setup

  1. Fill environment variables
$ mv .env.example .env
$ vi .env
  1. Install dependencies
$ npm install
  1. Run development server
$ npm start
  1. Build for production
$ npm run build

Generate TypeScript interfaces for contracts

If you want to regenerate the contract typings in webapp/src/contract do the following:

npx web3x-codegen