Modules
WIP
x/bank: Token transfer functionalities.
x/auth: Authentication of accounts and transactions for Side SDK applications.
x/gov: On-chain proposals and voting.
x/staking: Proof-of-Stake layer for Side Hub.
x/slash: Validator punishment mechanisms.
x/upgrade: Software upgrades handling and coordination.
x/circuit: Circuit breaker module for pausing messages.
x/crisis: Halting the blockchain under certain circumstances
x/distribution: Fee distribution, and staking token provision distribution.
x/consensus: Consensus module for modifying Tendermint's ABCI consensus params.
x/capability: Object capability implementation.
x/evidence: Evidence handling for double signing, misbehaviour, etc.
x/epochs: executes custom state transitions once an epoch (time interval)
x/feegrant: Grant fee allowances for executing transactions.
x/params: Globally available parameter store.
x/transfer: cross-chain token bridge based on ICS-20
x/ica: cross-chain account management based on ICS-27
x/btcbridge: a TSS-based BTC and Runes bridge based on Side Bridge
Last updated