Added a new binary, accounts_manager.

- Updated main Cargo.toml file
 - Created a new readme & binary
 - Includes configuration options from the validator, which now has it's config as a library.
This commit is contained in:
Luke Anderson
2019-03-20 16:24:28 +11:00
parent 49f6e7ac65
commit dc2fc7a250
4 changed files with 96 additions and 0 deletions

View File

@@ -23,4 +23,5 @@ members = [
"beacon_node/beacon_chain/test_harness",
"protos",
"validator_client",
"account_manager",
]