parity-keys
v1.1.0
Published
Library to load parity keys from file
Downloads
3
Readme
Parity keys
const ParityKeys = require('parity-keys')
const parityKeys = new ParityKeys({
dataDir: '/var/.parity',
chainName: 'DevelopmentChain',
})
const keys = parityKeys.get(
'0x9bdd7644516b0454fd0cfcb473e51109a3106835',
'passwordForTheAccount'
)