mirror of https://github.com/hyperledger/besu
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
{
|
|
"caliper": {
|
|
"blockchain": "ethereum"
|
|
},
|
|
"ethereum": {
|
|
"url": "ws://besu:8546",
|
|
"contractDeployerAddress": "0xD1cf9D73a91DE6630c2bb068Ba5fDdF9F0DEac09",
|
|
"contractDeployerAddressPrivateKey": "0x797c13f7235c627f6bd013dc17fff4c12213ab49abcf091f77c83f16db10e90b",
|
|
"fromAddressSeed": "0x3f841bf589fdf83a521e55d51afddc34fa65351161eead24f064855fc29c9580",
|
|
"transactionConfirmationBlocks": 1,
|
|
"chainId": 48122,
|
|
"privacy": {
|
|
"onchain_group": {
|
|
"groupType": "onchain",
|
|
"privateFrom": "GGilEkXLaQ9yhhtbpBT03Me9iYa7U/mWXxrJhnbl1XY=",
|
|
"privateKey": "uTJGpd4ZEEtDPFSZM0+GT11xn5NFIr2KGP2Q4SdVPRM="
|
|
}
|
|
},
|
|
"contracts": {
|
|
"public_storage": {
|
|
"path": "/config/storage.json",
|
|
"gas": {
|
|
"update": 30000
|
|
}
|
|
},
|
|
"private_storage_onchain": {
|
|
"path": "/config/storage.json",
|
|
"gas": {
|
|
"update": 30000
|
|
},
|
|
"private": "onchain_group"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|