时光链.区块链工具库(已废弃):主要供钱包前端调用,以处理 BTC, ETH 等。
Go to file
2019-04-11 16:08:12 +08:00
utils 首次放到 git 2018-10-09 23:03:05 +08:00
Account.js 首次放到 git 2018-10-09 23:03:05 +08:00
btc.js 测试开分支,去除对 tic.common 的依赖,转成对 tic.crypto 和 tic.action 2018-11-27 11:41:48 +08:00
eth.js 测试开分支,去除对 tic.common 的依赖,转成对 tic.crypto 和 tic.action 2018-11-27 11:41:48 +08:00
index.js 测试开分支,去除对 tic.common 的依赖,转成对 tic.crypto 和 tic.action 2018-11-27 11:41:48 +08:00
netConfig.js TIC_NODE 端口号改为 8888 2018-12-30 10:19:08 +08:00
package.json 更新引用至 tic.action: git+https://git.faronear.org/tic/tic.action#20190409_ActionFullName 2019-04-09 20:20:54 +08:00
README.md 首次放到 git 2018-10-09 23:03:05 +08:00
tic.js action.packMe(keypair)调用有个无关紧要的小错:输入参数是 {seckey, pubkey} 即可,不需要传入 address,因为 address 是 packMe 内部自己根据 pubkey 生成的。 2019-04-11 16:08:12 +08:00
util.js 首次放到 git 2018-10-09 23:03:05 +08:00

title tags
Toolset for Cryptocurrency
bitcoin
ethereum
tic

to start

git clone https://github.com/chaosBreaking/BitHoole.git

for use

account = require('BitHoole')