Skip to content

CipherWang/ckb-address-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckb-address-manager

This is a demo code for mass key management of CKB addresses.

$ pip3 install bip_utils
$ python3 manager.py

Introduction

  1. Use your own mnemonic, keep it private and safe
  2. Assign your every user with one unique uid (uint32)
  3. You may now have the blake160_args, address, and sk for every user according to this demo code
  4. Use the sk to sign messages and send transactions

About

Mass address manager with HD wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages