neve 0.1.1

A read-only cache for avalanchego's JSON-RPC frontend API, backed by a local block store.
1
2
3
4
5
6
7
8
# Arguments passed to `neve`. Edit, then `systemctl restart neve` to apply.
# systemd whitespace-splits $NEVE_ARGS into separate arguments.
#
# Defaults below: mainnet, JSON-RPC bound to 127.0.0.1:8545 (localhost only).
#   - To serve externally:  add  --rpc-addr 0.0.0.0:8545   (and open the port)
#   - For eth_getTransactionReceipt: add  --receipts        (doubles bandwidth)
#   - Testnet:               add  --network testnet
NEVE_ARGS=--summary-period 1m