After cloning, install dependencies by running yarn
. Update submodules:
git submodule update --init --recursive
- Run
ipfs
locally:
ipfs init
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
ipfs daemon
- Add value to the
CHANNEL_PK
in the config yarn start:dev
- Add value to the
WEB3AUTH_CLIENT_ID
in the consts - Run
yarn build
- Run
yarn start