Hope

Docs

CosmWasm

Store, instantiate, execute, query. Testnet code IDs for DEX and poker.

REST prefix: /cosmwasm/wasm/v1/.

Testnet code IDs (Explorer registry):

IDContract
2hope-cp-pool
3hope-campaign-router
4hope-public-swap
29hope-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.

CosmWasm tool