An all-in-one IBC protocol providing fungible token transfer, interchain account (ICA), and query (ICQ) functionalities, implemented in CosmWasm.
ICS-999 requires the following in order to work:
- wasmd >= 0.32
- tokenfactory module
- tokenfactory's
denom_creation_fee
must be zero - tokenfactory's
Params
StargateQuery must be whitelisted (example)
We thank the authors of the following open source works, which ICS-999 took inspiration from:
- ICS-20 and ICS-27 specifications, as well as their Go implementations
- Polytone
(c) larry0x, 2023 - All rights reserved.