| title | Contracts & dApps on Osmosis |
|---|
::: tip Please note that CosmWasm developer tools are coming! In the meantime we are publishing guides on how to interact with the CLI and Javascript libraries which is very important to understand core principals of CosmWasm development in Osmosis. :::
Cosmwasm with LocalOsmosis
Compile, upload and interact with a contract in the Osmosis blockchain.
Submit a wasm Governance Proposal
Example on how submit a wasm binary proposal.
Deploy Cosmwasm Contracts to Testnet with Beaker
Deploying contracts to testnet with Beaker
Osmosis Contract List
Repository contains a list of all approved code IDs to Osmosis
Your first contract
Official CosmWasm Documentation
Cosmwasm & Javascript
Interacting via JavaScript runtimes such as Node.js and the browser.
Building Osmosis dApps
Coming soon