--
Enhance your blockchain experience with effortless node execution, thanks to our intuitive API. Enjoy a frictionless process as you effortlessly run and manage blockchain nodes with ease.
--
make build-node CHAIN=ethereum
make compose-node-up CHAIN=ethereum
Request
Ethereum-Ganache
{
"network": "ethereum",
"envVars": {
"ENVIRONMENT": "development",
"HOST": "0.0.0.0",
"NETWORK_URL": "https://patient-delicate-pine.quiknode.pro/4200300eae9e45c661df02030bac8bc34f8b618e/",
"BASE_CHAIN_DATA_PATH": "data",
"RPC_PORT": "8545",
"FROM_BLOCK_NUMBER": "17000000"
}
}
Chainlink
{
"network": "chainlink",
"envVars": {
"ENVIRONMENT": "sepolia",
"ETH_URL": "wss://ethereum.sepolia.darchlabs.com/481affad55cac7efcbcc1182e4e435107aee7fae/",
"PASSWORD": "ThisIsSecurePassword",
"NODE_EMAIL": "[email protected]",
"NODE_EMAIL_PWD": "ThisIsSecurePassword"
}
}
Celo
{
"network": "celo",
"envVars": {
"ENVIRONMENT": "alfajores",
"PASSWORD": "ThisIsSecurePassword"
}
}