Initial commit: add .gitignore and README
This commit is contained in:
13
extra/package.json
Normal file
13
extra/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "@consensys-software/generate_node_details",
|
||||
"version": "1.0.0",
|
||||
"description": "Example script to create nodekeys and address for a Quorum (Besu or GoQuorum) node",
|
||||
"scripts": {},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"secp256k1": "^4.0.0",
|
||||
"keccak": "^3.0.0",
|
||||
"ethereumjs-wallet": "^1.0.2",
|
||||
"yargs": "^17.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user