hope-testnet-2
Tools
Pick the job you actually have. Reads hit live testnet. Previews never broadcast. Signing always happens in Hope Wallet.
Start with the job
Each card is a real workflow — not a dump of API surfaces.
Read
I need a number from testnet
Balances, supply, validators, wasm params — run the live LCD/RPC path without writing a client yet.
Bank balances for a hope1 address
Dry, then real
I need to send, stake, or vote
Fill a Cosmos message, load sequence and balances, then open Hope Wallet for the signature.
MsgSend 1 uhope to yourself
CosmWasm
I am shipping a contract
Upload gzipped bytecode, instantiate a code ID, execute, migrate to a new code, or rotate admin — same suite as Explorer.
Store → instantiate → execute → migrate
Connect
I need this site to talk to my wallet
Scan once so the portal knows your hope1 address, then send a dust amount to prove broadcast works.
Connect, then 1 uhope round-trip
Lookup
I have an address or a tx hash
Check Bech32, account number and sequence, or fetch the LCD tx after a wallet approval.
Paste a hash from Hope Wallet
Every tool
Query first if you are exploring. Contracts if you are shipping wasm. Wallet if this site has never seen your address.
Query
Pull a live balance, supply, or any LCD / RPC path before you write code.
Transactions
Assemble a send, delegate, vote, or execute — preview, then sign in Hope Wallet.
Contracts
Upload bytecode, instantiate a code ID, execute, migrate, or change admin.
Wallet
Connect the Play Store app to this origin and send 1 uhope as a smoke test.
Lookup
Paste a hope1 address or tx hash after you signed and see what landed on chain.