See also:
This is a demo application for a despository/registrar that showcases the user flow for file registration.
It interacts with a HTTP gateway (see: registry-gateway in registry-contract), but can easily be converted to use Web3.
yarn install
yarn d
yarn test
yarn lint
As URL params:
?gateway=https://gateway.example.comURL override for HTTP gateway (default:http://localhost:3000)?step=1Loads the corresponding tab for development convenience
docker-compose up
Builds the app and starts a server, exposing it at port 3001 to the host.