-
Notifications
You must be signed in to change notification settings - Fork 5
/
local-config.cfg
45 lines (40 loc) · 1.01 KB
/
local-config.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[service]
direction=both
left=left
right=right
[left]
type=ethereum
url=http://localhost
port=7545
minter=0x75775Cf51dd90522832346b54ab6080C5aBE708F
contract=0xCDe68AD0549cCa7462cFE1e4C6813bf67111e09e
contract_abi=solidity/contracts/GameToken.abi.json
[right]
type=ethereum
url=http://localhost
port=7546
minter=0x49EC2B185C3e9D3aA0F49473f955a909486108cC
contract=0xc858301d75173322e69e8Fb391896f63eBA0bC3F
contract_abi=solidity/contracts/GameToken.abi.json
[ksi1]
type=ksi
url=https://tryout-catena-db.guardtime.net/api/v1/signatures
hash_algorithm=SHA-256
username=my_username
password=my_password
[infura]
type=ethereum
url=<infura-endpoint>
private_key=<private-key-of-minter>
minter=0xb16c872270E6F68777ff594cCD6653cC51fa3840
contract=0x33d6fc7943D420a993B1314b7387a13c2bC475D5
contract_abi=solidity/contracts/GameToken.abi.json
[fabric]
type=fabric
network_profile=fabric/fixtures/network.json
channel_name=mychannel
cc_name=data_sender
cc_version=v1.0
org_name=org1.example.com
user_name=Admin
peer_name=peer0.org1.example.com