Skip to main content

Introduction

Warden Protocol modules

Warden Protocol modules are Cosmos SDK modules containing most of the Warden Protocol's logic. Users can interact with them by sending transactions or querying nodes.

Articles in this section describe the following modules:

Usage

Our modules allow Omnichain Application builders to deploy EVM and WASM smart contracts and use Warden features in these contracts:

ModuleFeaturesHow to use
x/evmDeploy and execute EVM smart contractsDeploy an EVM contract
x/wasm Deploy and execute WASM smart contractsDeploy a WASM contract
x/wardenManage Spaces, Keychains, and keysInteract with x/warden
x/actExecute Actions according to RulesCall the x/act precompile in your EVM contract
x/gmpSend and receive cross-chain messagesDeploy a cross-chain app
x/oracleFetch prices from an oracle serviceComing soon