Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 2.26 KB

developer.md

File metadata and controls

50 lines (27 loc) · 2.26 KB
cover coverY
../../.gitbook/assets/blue_heading-3.png
0

Developer

Overview

The Developer Tab on BLUE is an accessible user interface that allows developers with qualified access on mainnet (to specific code IDs from governance) and anyone on testnet to store, instantiate, migrate, query, and execute contracts on mainnet.

Store

https://blue.kujira.network/developer/wasm/store

The Store tab allows anyone to upload local files and store WASM byte code on-chain.

Instantiate

https://blue.kujira.network/developer/wasm/instantiate

The Instantiate tab can be used to create (or instantiate) contracts using stored WASM byte code, by providing the associated Code ID, Admin information, an appropriate Label, and on-chain code.

Migrate

https://blue.kujira.network/developer/wasm/migrate

The Migrate tab used to migrate a contract to a new code ID. To do this, provide a current code ID, a desired migrate Code ID, then select the desired contract and finally execute migration.

Query & Execute

https://blue.kujira.network/developer/wasm/contract

The Query and execute tab is a raw interface to contracts. It specifically helps with debugging and getting data that is not immediately accessible in the UI.

Interchain Queries

https://blue.kujira.network/developer/icq

The 'Interchain Queries' tab allows you to perform interchain queries and use smart contracts to verify queries on IBC-connected blockchains. It also provides a proof of concept contract for practice.