ποΈObol Key Splitting
Step 1: Clone the charon repo
cd ~
mkdir charon-key-splitter
cd charon-key-splitter
git clone https://github.com/ObolNetwork/charon.git .
mkdir split_keysStep 2: Create a directory containing keys to split
βββ charon-key-splitter
βββ split_keys
Β Β βββ keystore-0.json
Β Β βββ keystore-1.json
...
Β Β βββ keystore-*.jsonStep 3: Split the keys into keyshares
Last updated