Resources
In this section, we will provide a comprehensive overview of the main tools and technologies used in the ENI blockchain ecosystem. Whether you are new to web3 development or an experienced developer looking to expand your skills, these resources will help you get started and deepen your understanding. Developers on ENI have the unique advantage of choosing between smart contract development on CosmWasm and EVM, and they can seamlessly interact between the two environments.
Cosmos SDK
The Cosmos SDK is a modular framework for building custom blockchains in the Cosmos ecosystem. It provides a set of tools and libraries that simplify the creation and management of interoperable blockchains.
Tendermint: Tendermint is the consensus engine that powers the Cosmos SDK. It ensures fast and secure consensus through a Byzantine Fault Tolerance (BFT) protocol.
Modular Architecture: The Cosmos SDK adopts a modular architecture that allows developers to create and integrate various modules to build feature-rich blockchains.
Transaction Structure: Understanding the transaction structure is crucial for developing applications on the Cosmos SDK. Transactions are the primary way to interact with the blockchain.
IBC (Inter-Blockchain Communication): IBC is a protocol that enables communication and asset transfer between different blockchains in the Cosmos ecosystem.
EVM (Ethereum Virtual Machine)
The EVM is the runtime environment for smart contracts on Ethereum and EVM-compatible blockchains like ENI. It allows developers to write and deploy smart contracts using Solidity.
Solidity: Solidity is the most widely used programming language for writing smart contracts on the EVM. It is a statically typed language influenced by JavaScript, Python, and C++.
Hardhat: Hardhat is a development environment for compiling, deploying, testing, and debugging Ethereum software. It is highly extensible and integrates well with other tools.
Foundry: Foundry is a toolkit for Ethereum application development that provides a comprehensive set of tools for testing and deploying smart contracts.
Last updated