Docs
CosmWasm
Store, instantiate, execute, query. Testnet code IDs for DEX and poker.
REST prefix: /cosmwasm/wasm/v1/.
Testnet code IDs (Explorer registry):
| ID | Contract |
|---|---|
| 2 | hope-cp-pool |
| 3 | hope-campaign-router |
| 4 | hope-public-swap |
| 29 | hope-poker |
curl -sS -X POST \
https://test-gateway.hopenetwork.io/api/cosmwasm/wasm/v1/contract/$ADDR/smart \
-H 'content-type: application/json' \
-d '{"balance":{"address":"hope1…"}}'Execute via Hope Wallet MsgExecuteContract. Writes that store/instantiate/migrate are often governance-gated.
