Products
Get Introduced To Featured Apps, Products, Tools of Terp Network
Terp-Core
All Terp Network Modules
| Module | Description |
|---|---|
| Clock | Allows smart contracts to execute logic at the end of every block without an external bot. |
| Drip | Enables live airdrops by sending tokens to the fee_pool module. |
| Feeshare | Shares contract execution fees with smart contract developers. |
| Global Fee | Sets a minimum fee across all transactions. |
| IBChooks | Allows incoming token transfers to call a function on any smart contract. |
| PacketforwardMiddleware | Enables complex, multi-chain transfers with a single transaction. |
| Tokenfactory | Allows any account to create a new native denom. |
| Authorization | Granular permission grants for accounts, useful for multi-faceted systems. |
| CosmWasm | Rust-based smart contracts. |
| Distribution | Distribution of block rewards to delegators. |
| FeeGrant | Share fees generated by apps built on-chain as they are used by others. |
| Governance | Voting capabilities on-chain for the chain itself and individuals. |
| IBC | Inter-Blockchain Communication protocol for asset transfers across Cosmos blockchains. |
| Minting | Responsible for minting tokens and managing inflation. |
| Staking | Secures the network and rewards delegators. |
| Slashing | Programmed disincentive module for bad actors on Terp Network. |
IBC Protocol - Inter Blockchain Communication
IBC provides a permissionless way for relaying data packets between blockchains. Data packets that are relayed between blockchains often include data that triggers state changes on the destination chain; whether it be a smart contract call to perform an action, or sends tokens to a destination address, IBC creates true protocol interoperability. The following examples are powered by IBC on Terp Network:
| IBC | description | |||
|---|---|---|---|---|
| Packet-Forward-Middleware (PFM) | Allows complex, multi-chain transfers with 1 tx. | |||
| IBC-Hooks | Allow ICS-20 token transfers to initiate contract calls. This powers cross-chain contract calls, that involve token movement. | |||
| Interchain Queries | Enables on-chain applications to query the state of other chains seamlessly: without involving the queried chain, and requiring very little from the querying chain. | |||
| Interchain Accounts (ICA) | Interchain accounts, or ICA: allow for a chain, a module, or a user on that chain to programmatically control an account (the interchain account) on a remote chain. | |||
| Interchain Security (ICS) | Enables other blockchains to be secured through Proof-of-Stake (PoS) by the TERP tokens |
Cosmwasm Tools
Terp Account Billboards
Broadcast verifiable inforamation associated with your account to the world
Cw-Headstash
Cw-Calendar
Cw-Infusions
Cw-Walled-Garden
Zk-CosmWasmVM
Indexer & Nodes
Oline-Deployments
Automate Deployment of Ephemeral Nodes
Storage Server
Store public archival data with S3 apis,automate CID addressing via IPFS gateways
Merkle Tree Server
Serve and manage dedicated merkle trees
Custom Cosmovisor
Automate upgrades to include verifiable pre-upgradde script download & execution