mirror of
https://github.com/tappollo/quorum-examples.git
synced 2026-01-12 22:45:20 +08:00
19 lines
464 B
JSON
19 lines
464 B
JSON
{
|
|
"name": "7nodes",
|
|
"version": "1.0.0",
|
|
"description": "This example configures 7 nodes, each with their own PrivateTransactionManager. Usage:",
|
|
"main": "send-signed-tx.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ethereumjs-tx": "^1.3.4",
|
|
"fs": "0.0.1-security",
|
|
"keythereum": "^1.0.4",
|
|
"minimist": "^1.2.0",
|
|
"web3": "^1.0.0-beta.34"
|
|
}
|
|
}
|