πOverview
This section contains documentation for additional Cosmos SDK modules used in the BitBadges blockchain.
Table of Contents
x/gamm
The x/gamm module implements the Generalized Automated Market Maker (GAMM) functionality for the BitBadges blockchain.
π Overview - Module overview and key differences from Osmosis
π Introduction - Detailed introduction to GAMM concepts
π¨ Messages - Transaction messages and handlers
MsgCreateBalancerPool - Create new balancer pool
MsgExitPool - Exit pool and receive tokens
MsgJoinPool - Join existing pool with liquidity
MsgSwapExactAmountIn - Swap exact amount of tokens in
MsgSwapExactAmountInWithIBCTransfer - Swap and transfer via IBC
x/custom-ibc-hooks
The Custom IBC Hooks module extends IBC transfer functionality by allowing users to execute custom actions automatically when receiving IBC tokens.
π Overview - Module overview and key features
π Introduction - Architecture and usage details
x/ibc-rate-limit
The IBC Rate Limit module provides rate limiting functionality for Inter-Blockchain Communication (IBC) token transfers.
π Overview - Module overview and key features
π Introduction - Rate limiting concepts and configuration
x/managersplitter
The Manager Splitter module provides a permissioned proxy system for managing token collections.
π Overview - Module overview and key features
π Introduction - Permission system and use cases
π¨ Messages - Transaction messages and handlers
MsgCreateManagerSplitter - Create a new manager splitter
MsgDeleteManagerSplitter - Delete a manager splitter
MsgExecuteUniversalUpdateCollection - Execute collection updates through manager splitter
MsgUpdateManagerSplitter - Update manager splitter permissions
Last updated