Skip to main content

External modules

Overview

In this section, you'll find descriptions of external Cosmos SDK modules used by Warden Protocol. For more details, follow the provided links to external documentation.

x/evm

The x/evm module is a Cosmos SDK module by Evmos that allows for the deployment of smart contracts, interaction with the Ethereum Virtual Machine (EVM), and the use of EVM tooling.

To start using x/evm, follow this guide:

Learn more:

x/wasm

The x/wasm module is a Cosmos SDK module that processes certain messages and uses them to upload, instantiate, and execute smart contracts. It's an integral part of CosmWasm—a smart contract platform that can be integrated into any blockchain built on top of the Cosmos SDK.

To start using x/wasm, follow this guide:

Learn more:

x/oracle

The x/oracle module is a Cosmos SDK module by Skip Protocol that enables storing prices onchain in Skip:Connect (an oracle service).

To use x/oracle, call the x/oracle precompile in your contract. To get started and find usage examples, see these guides:

Learn more: