Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 478 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 478 Bytes

ETH Amsterdam

Developemnt

After cloning, install dependencies by running yarn. Update submodules:

git submodule update --init --recursive

Backend

  1. Run ipfs locally:
ipfs init
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
ipfs daemon
  1. Add value to the CHANNEL_PK in the config
  2. yarn start:dev

Frontend

  1. Add value to the WEB3AUTH_CLIENT_ID in the consts
  2. Run yarn build
  3. Run yarn start