1. 首页
  2. 数据库
  3. 其它
  4. Blocksmith:BitcoinEthereum密钥操作 源码

Blocksmith:BitcoinEthereum密钥操作 源码

上传者: 2021-02-08 01:44:07上传 ZIP文件 9.35KB 热度 6次
石匠 这个库的目标是生成私钥并从中创建比特币和以太坊钱包地址。 pip install blocksmith 用法 生成私钥 import blocksmith kg = blocksmith . KeyGenerator () kg . seed_input ( 'Truly random string. I rolled a dice and got 4.' ) key = kg . generate_key () print ( key ) # 7077da4a47f6c85a21fe6c6cf1285c0fa06915871744ab1e5a5b741027884d00 从私钥创建比
下载地址
用户评论