pystarport setup and run local devnet for cosmos like blockchains
Browse cluster: Cosmos blockchain and smart contract languages →pystarport is a tool for setting up and running local development networks for Cosmos-based blockchains. Originally developed for Crypto.org Chain, it functions as a development and testing utility similar to Cosmos Starport but without scaffolding capabilities, and works with any Cosmos SDK-based project. The tool is written in Python and uses a YAML configuration format to define validator nodes, genesis accounts, and chain parameters, with a supervisor component managing multiple node processes. It includes additional features such as CLI wrappers, a transaction bot, Docker Compose integration, and Inter-Blockchain Communication (IBC) support for connecting multiple devnets.