How to configure Ethereum endpoints
By default, the development environment is connecting Orchestrate to Geth. But if you want to connect Orchestrate to another single or multiple blockchains, we will have to indicate this through the ETH_CLIENT_URL
variable in the .env
file. If we are connecting to multiple blockchains we will list several urls separated by a whitespace.
echo $GITLAB_TOKEN | docker login registry.gitlab.com --password-stdin --username $GITLAB_USER
We can use any endpoint compatible with the Ethereum JSON/RPC protocol (Hyperledger Besu,Geth, Infura,Kaleido, Parity, etc.).