Closed patred20 closed 3 years ago
Lets put the new CLI script into this repo.
please base it on the release/l15
branch.
and put it into the /scripts/
Lets please make the following changes:
rename the following binaries:
lukso-cli
> lukso
(if its the one being used in the terminal to start stop everything)beacon-node
> vanguard
validator
> lukso-validator
orchestrator
> lukso-orchestrator
eth2stats-client
(can stay, i assume this is for pushing data to the ethstats website?)eth2deposit-cli
> lukso-deposit-cli
Ideally we already naming those binaries when building this way...
I need to create an installation script for simple, one-liner node setup.
Most of the "framework" is done but it still need some fixes before release. To simplify things a bit, new setup will not take clients by tag but by combination of network (l15) and platform (linux/darwin/windows) ^ Though this can be changed if needed. I've made a quick design of directory structure: https://miro.com/app/board/o9J_l0lee1g=/
I can't create new repo so temporarely pushed it here : https://github.com/lukso-network/network-testnet-validator-setup/tree/feature/l15-setup
Documentation is in progress: https://github.com/lukso-network/docs-website/blob/453a316976f881eb3b34a3b5092db293aa41f020/docs/networks/lukso-tool.md DOCS PR: https://github.com/lukso-network/docs-website/pull/11