Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 644 Bytes

DEVELOPMENT.md

File metadata and controls

33 lines (21 loc) · 644 Bytes

Development

Please install fdp-play, be sure to use Node 16 and have Docker environment setup and verify that ports 3000, 1633, 1634, 1635 are available. Testnet deployment : http://app.fairdrive.dev.fairdatasociety.org/

  • npm i -g @fairdatasociety/fdp-play
  • fdp-play start --fresh

Post installation steps

How to initialize Postage batch.

Goerli contract configuration

How to init Goerli.

Running in development mode

Install dependencies and run:

yarn
yarn start

Or using npm:

npm ci
npm start

To change the configuration, edit the .env file.