The Deamon provides core functionality to Open Bucket network
npm install @open-bucket/daemonFor more information about the Open Bucket network, refer to: https://github.com/open-bucket/blueprint
bash
npm install -g @open-bucket/daemon
`Usage
$3
- OBN_ETHEREUM_NODE_URL - default: http://127.0.0.1:7545
- OBN_CONSUMER_ACTIVATOR_ADDRESS - default: null
- OBN_PRODUCER_ACTIVATOR_ADDRESS - default: null
- OBN_GAS_PRICE - default: 2000000000 (2 Gwei)
- OBN_GAS_LIMIT - default: 4712388$3
- Use obn --help for more informationDevelopment
- Refer to https://github.com/open-bucket/dev for more informationRun Daemon on Docker
$3
- Sample command:
`bash
docker build -t obn-daemon .
`$3
`bash
docker run -it -e obn-daemon
`
- Sample command:
`bash
docker run -it --rm -e OBN_ETHEREUM_NODE_URL=http://127.0.0.1:8545 obn-daemon obn login
``