This crate provides Cyber-specific bindings to enable your CosmWasm smart contracts to interact with the Cyber blockchain by exposing messages and queriers that can be emitted and used from within your contract.
Program | Status | Version | Description | bostrom | space-pussy-1 |
---|---|---|---|---|---|
cw1-subkeys | - Ready to production | - Proxy contract - Cyber's msgs support - DMN support |
|||
cw1-whitelist | - Ready to produciton | - Proxy contract - Cyber's msgs support - DMN support |
|||
cw3-fixed-multisig | - Ready to production | - Static multisig/clan - Cyber's msgs support - DMN support |
|||
cw3-flex-multisig | - Ready to productioin | - Dynamic multisig/clan - Cyber's msgs support - DMN support |
|||
farm-nv-nv farm-nv-20 farm-20-nv farm-20-20 |
- Ready to testnet | - Stake native/cw20 token - Farm native/cw20 token - cw20 LP - Rewards program updates |
|||
neuron-booster | - R&D - Ready to testnet |
||||
particle-booster | - R&D | ||||
cyberlink-booster | - R&D | ||||
prediction-markets | - R&D | - Conditionals tokens | |||
cw721-pow | - Development | - Mining of NFT - Keccak256 |
|||
cw20-pow | - Development | - Mining of cw20 token - Keccak256 |
|||
native-pow | - Development | - Mining of native token - Keccak256 |
|||
reflect ibc-reflect ibc-reflect-send |
- Ready to production | ||||
ica-controller ica-host |
- Ready to production | ||||
cyber-swap | - Development | ||||
cw-passport | - Ready to production | ||||
cw-cybergift | - Ready to production | ||||
cw-subgraph | - Ready to production | ||||
cw-zk-nft | - Research |
Currently, the cyber-std Cyber bindings include:
Module | Execute | Query |
---|---|---|
Graph | MsgCyberlink | CyberlinkExist ParticleExist ParticlesAmount CyberlinksAmount |
Rank | ParticleRank | |
Bandwidth | BandwidthPrice BandwidthLoad BandwidthTotal NeuronBandwidth |
|
Resources | MsgInvestmint | |
Grid | MsgCreateRoute MsgEditRoute MsgEditRouteName MsgDeleteRoute |
SourceRoutes SourceRoutedEnergy DestinationRoutedEnergy Route |
DMN | MsgCreateThought MsgForgetThought MsgChangeThoughtInput MsgChangeThoughtPeriod MsgChangeThoughtBlock MsgChangeThoughtGasPrice MsgChangeThoughtParticle MsgChangeThoughtName |
Thought ThoughtStats ThoughtLowestFee |
Liquidity | MsgCreatePool MsgDepositWithinBath MsgWithdrawWithinBath MsgSwapWithinBath |
PoolParams PoolLiquidity PoolSupply PoolPrice PoolAddress |
PS: There is cyber-std-test with tooling for writing test for multiple contracts