Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 938 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 938 Bytes

RenEx Ingress API

An official reference implementation for the RenEx Ingress, written in Go.

Deployment

The RenEx Ingress API is configure for deployment to Heroku. It supports three environments for the Mainnet, F∅ Testnet, and Nightly Testnet.

Mainnet

To deploy the version of the RenEx Ingress API that uses the public Mainnet, run

git checkout develop
git push heroku-mainnet master:master

F∅ Testnet

To deploy the version of the RenEx Ingress API that uses the public F∅ Testnet, run

git checkout master
git push heroku-testnet develop:master

Nightly

To deploy the version of the RenEx Ingress API that uses the internal Nightly Testnet, run

git checkout nightly
git push heroku-nightly nightly:master

Updating

The RenEx Ingress API depends on the official Go implementation of Republic Protocol. To update to the latest version, run

dep ensure -update