You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
peers.json should contain domains of clearports that we are going to deploy on this network, ports depend on the infrastructure; addresses should be got from private keys generated for each node; names can be chosen freely
blockchain.json should include correct addresses of all deployed contracts, blockchainRPC should point to WS endpoint of network node
assets.json should include all assets that can be accepted by a clearport and listed in the yellow wallet
markets.json all markets supported by Kayen (currently only USD quotes are supported)
Considerations
Difficulty of one node deployment depend on the infrastructure and whether it has already PostgreSQL and InfluxDB instances that can be used.
The text was updated successfully, but these errors were encountered:
peers.json
should contain domains of clearports that we are going to deploy on this network, ports depend on the infrastructure; addresses should be got from private keys generated for each node; names can be chosen freelyblockchain.json
should include correct addresses of all deployed contracts,blockchainRPC
should point to WS endpoint of network nodeassets.json
should include all assets that can be accepted by a clearport and listed in the yellow walletmarkets.json
all markets supported by Kayen (currently only USD quotes are supported)Considerations
Difficulty of one node deployment depend on the infrastructure and whether it has already PostgreSQL and InfluxDB instances that can be used.
The text was updated successfully, but these errors were encountered: