CosmWasm Page

Purpose
Provides an at-a-glance overview of the CosmWasm smart contracts in the network
UI Overview
Info Bar: Side bar button, network logo, current block height, RPC endpoint, language options, night mode, search button for height or transaction or account address, wallet button
Smart Contract List: List of the smart contracts that are satisfying the "Query"
Interactions
Info Bar:
Click Side Bar Button (only mobile) → Opens side bar for a list of the different pages and links
Click Logo/Height/URL → Shows the API endpoint of the node, the current height and the chain id
Click Language Button → Choose a different language
Click Night Mode Button → Toggle between light or dark mode
Click Search Button → Search for height or transaction or account address
Click Wallet Button → Pick and choose a wallet to connect or link to your wallet accounts or your wallet portfolio
Query Button → Let's the user search a smart contract based on address of the contract or the creator of it. Changes the UI to fill the array with the results of the contracts given the query
UPLOAD button → Changes the UI to upload a new smart contract. Needs wallet to be connected
Last updated