orbs-network / management-service

Reads network management state from Ethereum and reports it to Boyar and virtual chains
MIT License
2 stars 2 forks source link

[WIP] Integration with Boyar and self-update #5

Closed netoneko closed 4 years ago

netoneko commented 4 years ago

Bootstrap script and ports were actually important in the PR #4

netoneko commented 4 years ago

Attempt for early integration with https://github.com/orbs-network/boyarin/pull/136

Should run in boyar codebase:

python -m SimpleHTTPServer 8000
go run ./boyar/main/main.go --keys ./e2e-config/node1/keys.json --config-url http://$YOUR_IP:8000/boyar/config/test/configWithReader.json --bootstrap
watch docker service ls
netoneko commented 4 years ago

I will follow up on #6 and make this pr compliant