Ana içeriğe geç

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 NAMEVALUE
ORACLE_VALIDATOR_ADDRESSProvide your Q validator address. Example: 0xac8e5047d122f801...
ORACLE_VALIDATOR_ADDRESS_PRIVATE_KEYProvide your Q validator private key. Example: a385db8296ceb9a....
COMMON_HOME_RPC_URLYou 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_URLProvide 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 NAMEVALUE
REACT_APP_FOREIGN_RPC_URLProvide 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 NAMEVALUE
PORTYou can keep the default 8090 or change to some other port.
COMMON_HOME_RPC_URLYou 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_URLProvide 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_TEMPLATEYou 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