Skip to content

Commit

Permalink
upload nodejs package.json for accounttool and jar package for Pailler
Browse files Browse the repository at this point in the history
  • Loading branch information
wheatli committed Jul 31, 2017
1 parent eafedcd commit 436bf89
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ BCOS平台是聚焦于企业级应用服务的区块链技术平台,已经在

## 技术白皮书

参见[BCOS平台白皮书——面向分布式商业的区块链基础设施](https://github.com/bcosorg/bcos/blob/master/doc/BCOS_Whitepaper.pdf)
(如无法在浏览器上直接浏览,请下载到本地打开)
参见[BCOS平台白皮书——面向分布式商业的区块链基础设施](https://github.com/bcosorg/whitepaper/blob/master/BCOS_Whitepaper.md)
[pdf下载](https://github.com/bcosorg/bcos/blob/master/doc/BCOS_Whitepaper.pdf)

## License

Expand Down
31 changes: 31 additions & 0 deletions accounttool/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "accounttool",
"version": "1.0.0",
"description": "tools for nodejs \"",
"main": "deploy.js",
"scripts": {
"test": "test"
},
"keywords": [
"tools"
],
"author": "bcos",
"license": "GPL-3.0",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"bignumber": "^1.1.0",
"bignumber.js": "^2.3.0",
"bn.js":"^4.11.6",
"crypto-js": "^3.1.6",
"express": "^4.15.3",
"keccak": "^1.2.0",
"rlp": "^2.0.0",
"secp256k1": "^3.2.5",
"web3": "^0.17.0-alpha"
},
"engines": {
"node": ">=6.10.3",
"npm": ">=3.10.0"
}
}
1 change: 1 addition & 0 deletions accounttool/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm install
Binary file added tool/java/Pailler/lib/ezmorph-1.0.3.jar
Binary file not shown.

0 comments on commit 436bf89

Please sign in to comment.