This repository contains the frontend code of RINO.
The steps below are a shortened summary of the complete instructions, which are available at https://app.rino.io/build-integrity.txt
- Clone this repo:
git clone https://github.com/rino-wallet/frontend
- Checkout the commit from which the production website was built, for instance:
git checkout v59.0
. The commit corresponding to the version of RINO we are currently service can be found in the file https://app.rino.io/build-integrity.txt. - Build the project:
DOCKER_BUILDKIT=0 docker build --build-arg ENVIRON=master -f build-integrity.Dockerfile --no-cache .
- It should output an Integrity Hash that matches the one available at https://app.rino.io/build-integrity.txt.
- You can verify the hashes of all assets served by RINO against the local assets you have built.