block-address
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -21,2 +21,10 @@ const ethUtils = require('ethereumjs-util'); | ||
const mainCoins = [ | ||
"BTC", | ||
"ETH", | ||
"MOER", | ||
"LTC", | ||
"DASH" | ||
]; | ||
module.exports.coins = coins; | ||
@@ -23,0 +31,0 @@ |
{ | ||
"name": "block-address", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "create block chain address , such as ltc, btc, eth ....and so on ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,4 +6,4 @@ const ba = require('../index'); | ||
// var privateKey = "0000000000000000000000000000000000000000000000000000000000000001"; | ||
privateKey = "1111111111111111111111111111111111111111111111111111111111111111"; | ||
// privateKey = "0000000000000000000000000000000000000000000000000000000000000003"; | ||
// privateKey = "1111111111111111111111111111111111111111111111111111111111111111"; | ||
privateKey = "0000000000000000000000000000000000000000000000000000000000000001"; | ||
@@ -10,0 +10,0 @@ var btc = ba.createAddressByPrivateKey("BTC",privateKey); |
Sorry, the diff of this file is not supported yet
42357
9
63