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, Implement automated Orders
x/actExecute Actions according to RulesInteract with x/act
x/asyncCreate and query FuturesInteract with x/async, Implement automated Orders with price prediction
x/gmpSend and receive cross-chain messagesDeploy a cross-chain app
x/oracleFetch prices from an oracle serviceUse the x/oracle precompile, Implement automated Orders