Blocksmith:BitcoinEthereum密钥操作 源码
石匠 这个库的目标是生成私钥并从中创建比特币和以太坊钱包地址。 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 从私钥创建比
下载地址
用户评论