polynetworkcosmos is a developed for any Cosmos SDK based chain to integrate with Poly Network conveniently. It is created using Starport and was ported from cosmos-poly-module.
This repo contains five modules.
1. ccm: cross chain manager module
2. headersync: poly chain header synchronization module
3. lockproxy: proxy module for locking and unlocking asset between cross chain transaction
4. btcx: interoperable asset module for chains like BTC
5. ft: interoperable fungible token module without using lockproxy module *(Not Yet Ported)*Please refer to cosmos cross chain workflow documentation for more info.
starport serveserve command installs dependencies, builds, initializes and starts your blockchain in development.
Your blockchain in development can be configured with config.yml. To learn more see the reference.
To launch your blockchain live on multiple nodes use starport network commands. Learn more about Starport Network.