module
0.0.0-20230809225124-4a5059d5d310
Repository: https://github.com/darchlabs/nodes.git
Documentation: pkg.go.dev
# README
Nodes
--
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.
How to run nodes?
--
make build-node CHAIN=ethereum
make compose-node-up CHAIN=ethereum
API V2
/api/v2/nodes
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"
}
}
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author