1.0.5 • Published 2 years ago

blockchain-key-manager v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Blockchain Key Manager

You can store EOA to filesystem and load it with this library.

Installation

yarn add blockchain-key-manager
npm install blockchain-key-manager

File Example

You must use $HOME/.blockchain/eoa.

[solana]
address=0xeE6ssfVxdfh57itg6jk5jrU5ykTDIgabnHki76ER
private_key=0xYb7z9fO867T2f60M6R7T5uy6f43h6h79U7I34Y2p3m3w6rer2g51ghedrhRRED3g

[dev-bsc]
address=0xe5jrU5yssfVxdfh5kTDE67itg6jkIgabnHki76ER
private_key=0x6f43h6h79U77T2f60M6R7TI34Yb7z9fO865uyY2p3m3w6rer2g51ghedrhRRED3g

[com-klaytn]
address=0xjrU5yenHki76sERE67itg6jk5sfVxdfh5kTDIgab
private_key=0x3m3w6rer2g51ghed5uy6f436R7TI34Y2ph6h79U77T2f60MrYb7z9fO86hRRED3g

Usage

const keyManager = require('blockchain-key-manager');

const address = keyManager.getAddress('dev-bsc');
const privateKey = keyManager.getPrivateKey('dev-bsc');

const { alias, address, privateKey } = keyManager.getEoa('dev-klaytn');
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago