Add a Tool to Split a Series of Mnemonic Keys into Distinct Wallets (#8651)

* Add a tool to split a series of mnemonic keys into distinct wallets

* split func

* keysplit tool

* gaz/viz

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
This commit is contained in:
Preston Van Loon
2021-03-30 15:38:40 -05:00
committed by GitHub
parent d7103fdef3
commit 28e4a3b7e8
7 changed files with 290 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ go_library(
],
importpath = "github.com/prysmaticlabs/prysm/validator/keymanager",
visibility = [
"//tools/keystores:__pkg__",
"//tools:__subpackages__",
"//validator:__pkg__",
"//validator:__subpackages__",
],