Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 447 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 447 Bytes

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