Cosmos SDK

The main difference when it comes to Cosmos compared to virtual-machine blockchain, is the application-specific blockchain concept. Developers can build from scratch their application specific blockchain on top of Tendermint through ABCI protocol. Cosmos SDK is the framework offering a bank of independent modules for implementing the application state machine, ABCI, service routers to route messages between modules, and a flavor of features like governance, staking, slashing, etc …

Cosmos Virtual Machine

Below a figure showing the architecture differences between a VM blockchain and Cosmos:

A virtual-machine interprets Smart Contracts to change the state of the underlying blockchain state machine. It’s developer friendly and easy to use to deploy applications but comes with certain limitations:

  • Specific programming language accepted by the VM

  • VM limited set of functions and lack of flexibility

  • Smart Contracts are all run by the same virtual machine restraining performance as all application compete for block resources

  • Limited sovereignty, meaning that the application is dependent of the underlying blockchain governance decision

Development framework

In Cosmos, developers have all the keys to develop a sovereign, secure, flexible and tailor made application specific blockchain.

Cosmos SDK allows developers to tweak, if needed, the framework or the consensus engine or any modules to match their application/network requirements.

As the application is not competing with others for blockspace or is limited by the VM computation, the performance is enhanced and only limited by the state-machine itself.

In terms of security, developers are not constrained by the VM cryptographic functions or any VM exploitable mechanisms and can rely on their own cryptography or audited libraries.

Conclusion

In conclusion Cosmos SDK is giving an easy and fast way to bootstrap an application specific blockchain relying on an efficient and proven technology without tradeoffs on security and sovereignty and with access to an extensive modules library.

πŸ’‘ For more information about the Cosmos SDK: High-level Overview | Cosmos SDK & Main Components of the Cosmos SDK

Last updated