Basics
Modules
These are the core and custom modules built within the Furya binary, and what they do.
Core Modules
Module | Address | Type | Permissions | Description |
---|---|---|---|---|
airdrop | - | custom | Airdrop transactions subcommands. | |
auth | - | cosmos-sdk | Authentication of accounts and transactions. | |
authz | - | cosmos-sdk | Authorization for accounts to perform actions on behalf of others. | |
bank | - | cosmos-sdk | Token transfer functionalities. | |
capability | - | cosmos-sdk | Object capability implementation. | |
crisis | - | cosmos-sdk | Halting the blockchain. | |
distribution | - | cosmos-sdk | Fee and staking token provision distribution. | |
evidence | - | cosmos-sdk | Evidence handling for misbehavior. | |
feegrant | - | cosmos-sdk | Fee allowances. | |
gov | - | cosmos-sdk | On-chain governance. | |
ibc | - | ibc | Cross-chain client and channel registration. | |
ibc-transfer | - | ibc | Cross-chain fungible token transfers. | |
intertx | - | ibc | Cross-chain account management. | |
mint | - | cosmos-sdk | Creation of new units of Furya. | |
params | - | cosmos-sdk | Globally available parameter store. | |
slashing | - | cosmos-sdk | Validator punishment mechanisms. | |
staking | - | cosmos-sdk | Proof-of-Stake (PoS) system. | |
upgrade | - | cosmos-sdk | Software upgrades. | |
vesting | - | cosmos-sdk | Vesting account implementation. | |
wasm | - | cw | CosmWasm smart contracts. |
Was this page helpful?