Cosmos - cosmwasm integration
FAQ & Guides2 posts254 views4 likesLast activity Apr 2025
KE
Keerthana_BsetecOP
Mar 2025 3I have my own blockhain in cosmos (ignite-cli). I would like assistance with integrating CosmWasm to enable smart contract support on my blockchain.
JA
jacobgadikian
Apr 2025 1Hey:
- I don’t really recommend cosmwasm
- If you do want to use it then use GitHub - CosmWasm/wasmd: Basic cosmos-sdk app with web assembly smart contracts
- I also don’t really recommend using ignite
Unfortunately ignite uses dependency injection features of the cosmos SDK that proved to be highly unstable. When it begins to unpack the dependency injection features, then I think it would be reasonable to use ignite again.