[ ] Configure entire directory for linea-mainnethere
[ ] 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.
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.