mirror of
https://github.com/fluencelabs/examples
synced 2025-07-30 16:31:55 +00:00
init multi services
This commit is contained in:
3
multi-service/config/block_getter_cfg.json
Normal file
3
multi-service/config/block_getter_cfg.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "EthereumBlockGetter"
|
||||
}
|
6
multi-service/config/curl_cfg.json
Normal file
6
multi-service/config/curl_cfg.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "curl_adapter",
|
||||
"mountedBinaries": {
|
||||
"curl": "/usr/bin/curl"
|
||||
}
|
||||
}
|
3
multi-service/config/extract_miner_address_cfg.json
Normal file
3
multi-service/config/extract_miner_address_cfg.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "ExtractMinerAddress"
|
||||
}
|
3
multi-service/config/hex_converter_cfg.json
Normal file
3
multi-service/config/hex_converter_cfg.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "Hex2Int"
|
||||
}
|
6
multi-service/config/my_keypair.json
Normal file
6
multi-service/config/my_keypair.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
id: '12D3KooWJLm7n3GpZasv5gsAkta8BYBKHHC19PZ6U8kzWNaabjNz',
|
||||
privKey: 'CAESYKG9Z8F1pUj2st8iziQ7ha9a70Fqpa0UK1aY9Y9n6wnkfqbeNr2/LBfAGHJ4ocmIOjia1FYbYuYH6+Eqgssr7aN+pt42vb8sF8AYcnihyYg6OJrUVhti5gfr4SqCyyvtow==',
|
||||
pubKey: 'CAESIH6m3ja9vywXwBhyeKHJiDo4mtRWG2LmB+vhKoLLK+2j',
|
||||
seed: 'BtN9ikmpcSRgBWgwLF9yoSZeyuzmYvc5Czyn8XRy514P'
|
||||
}
|
Reference in New Issue
Block a user