OmniBridge Kurulumu
On this page, necessary settings will be made for OmniBridge Oracle, OmniBridge-UI and OmniBridge-ALM.
OmniBridge Oracle'ı Başlatma
.env Dosyasını Düzenleme
cd $HOME/mainnet-public-tools/omnibridge-oracle
cp .env.mainnet .env
nano .env
Dosyayı açtığınızda aşağıdaki tabloda belirtilen ilgili alanları doldurup dosyayı kaydedip çıkınız.
PARAMETER NAME | VALUE |
---|---|
ORACLE_VALIDATOR_ADDRESS | Provide your Q validator address. Example: 0xac8e5047d122f801... |
ORACLE_VALIDATOR_ADDRESS_PRIVATE_KEY | Provide your Q validator private key. Example: a385db8296ceb9a.... |
COMMON_HOME_RPC_URL | You can keep the default, use https://rpc.q.org or use the RPC endpoint of our own full node if you are operating one. |
COMMON_FOREIGN_RPC_URL | Provide an RPC endpoint of a client of the blockchain on the other side of the bridge. Q mainnet bridges to the Ethereum mainnet. You can use your own ethereum client, a public endpoint or create an infura account for free to get a personal Ethereum mainnet access point (e.g. https://mainnet.infura.io/v3/1673abc....). |
Oracle'ı Başlatma
docker-compose up -d
OmniBridge-UI'yi Kurma ve Başlatma
.env Dosyasını Düzenleme
cd $HOME/mainnet-public-tools/omnibridge-ui
cp .env.mainnet .env
nano .env
Dosyayı açtığınızda aşağıdaki tabloda belirtilen ilgili alanı doldurup dosyayı kaydedip çıkınız.
PARAMETER NAME | VALUE |
---|---|
REACT_APP_FOREIGN_RPC_URL | Provide an RPC endpoint of a client of the blockchain on the other side of the bridge, e.g. https://mainnet.infura.io/v3/1673abc.... |
Hizmeti Başlatma
docker-compose up -d
OmniBridge-ALM'yi Kurma ve Başlatma
.env Dosyasını Düzenleme
cd $HOME/mainnet-public-tools/omnibridge-alm
cp .env.mainnet .env
nano .env
Dosyayı açtığınızda aşağıdaki tabloda belirtilen ilgili alanı doldurup dosyayı kaydedip çıkınız.
PARAMETER NAME | VALUE |
---|---|
PORT | You can keep the default 8090 or change to some other port. |
COMMON_HOME_RPC_URL | You can keep the default, use https://rpc.q.org or use the RPC endpoint of our own full node if you are operating one. |
COMMON_FOREIGN_RPC_URL | Provide an RPC endpoint of a client of the blockchain on the other side of the bridge, e.g. https://mainnet.infura.io/v3/1673abc.... |
ALM_HOME_EXPLORER_TX_TEMPLATE | You can keep the default https://explorer.q.org/tx/%s or change with the IP of your own full node block explorer. |
Hizmeti Başlatma
docker-compose up -d