rchain-api icon indicating copy to clipboard operation
rchain-api copied to clipboard

rhopm: net choice

Open dckc opened this issue 5 years ago • 1 comments

fixes #79

TODO: verify / fix IP address where to reach the local shard

cc @jimscarver

dckc avatar Jan 10 '21 22:01 dckc

Where should we get the deploy key for testnet / mainnet? (see also key mgmt #26)

We should perhaps follow the norms around truffle... which delegates to an eth client such as geth... which uses Web3 Secret Storage. There's a standard npm package for that, but I wrote my own secretStorage.js 027aca3 Apr 2019 because (1) education, (2) ocap discipline (3) static typing.

background

I made some progress, but then...

$ NETWORK=testnet yarn exec jake -t
yarn exec v1.12.3
jake aborted.
RangeError: missing VALIDATOR_BOOT_PRIVATE

dckc avatar Jan 10 '21 23:01 dckc