Skip to content

Commit

Permalink
Remove references to test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoravec committed Nov 23, 2022
1 parent 84ab3b4 commit 48bea41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# RINO frontend

This repository contains the frontend code of [RINO](https://app.test.rino.io).
This repository contains the frontend code of [RINO](https://app.rino.io).

## How to build it and verify it matches RINO online version

The steps below are a shortened summary of the complete instructions, which are available at [https://app.test.rino.io/build-integrity.txt](https://app.test.rino.io/build-integrity.txt)
The steps below are a shortened summary of the complete instructions, which are available at [https://app.rino.io/build-integrity.txt](https://app.rino.io/build-integrity.txt)


1. Clone this repo: `git clone https://github.com/rino-wallet/frontend`
2. 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.test.rino.io/build-integrity.txt](https://app.test.rino.io/build-integrity.txt).
3. Build the project: `DOCKER_BUILDKIT=0 docker build --build-arg ENVIRON=test -f build-integrity.Dockerfile --no-cache .`
4. It should output an Integrity Hash that matches the one available at [https://app.test.rino.io/build-integrity.txt](https://app.test.rino.io/build-integrity.txt).
2. 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](https://app.rino.io/build-integrity.txt).
3. Build the project: `DOCKER_BUILDKIT=0 docker build --build-arg ENVIRON=master -f build-integrity.Dockerfile --no-cache .`
4. It should output an Integrity Hash that matches the one available at [https://app.rino.io/build-integrity.txt](https://app.rino.io/build-integrity.txt).
5. You can verify the hashes of all assets served by RINO against the local assets you have built.

0 comments on commit 48bea41

Please sign in to comment.