Initial commit: add .gitignore and README

This commit is contained in:
defiQUG
2026-02-09 21:51:48 -08:00
commit d4ba3d45e5
174 changed files with 32756 additions and 0 deletions

13
extra/package.json Normal file
View 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"
}
}