-
- Downloads
nameservice: added batch name adding script
also modified read_names.js to write a list of objs instead of writing on object with all names as key/value pairs extended write_names.js to parallelize batch registry, cleanup and more error checking Change-Id: I2d6b509cc65b453f4efc88f997b2c5faf99d8b02
... | ... | @@ -7,10 +7,11 @@ |
"author": "Adrien Béraud <adrien.beraud@savoirfairelinux.com>", | ||
"license": "GPL-3.0", | ||
"dependencies": { | ||
"web3" : ">=0.15" , | ||
"express" : ">=4.1.0", | ||
"body-parser" : ">=1.8.1", | ||
"async": "^2.6.1", | ||
"bignumber.js": ">=2.0.0", | ||
"minimist" : ">=1.0.0" | ||
"body-parser": ">=1.8.1", | ||
"express": ">=4.1.0", | ||
"minimist": ">=1.0.0", | ||
"web3": ">=0.15" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
write_names.js
0 → 100644
Please register or sign in to comment