Skip to main content
Version: 3.0

Overview

This documentation section contains various information about smart contracts and their development and usage on Neutron:

  • the Introduction to CosmWasm page will gently dive with you into the nature of smart contracts. There you can expect to find help in understanding of smart contract basic terms like contract's state and entry points, instantiation of a smart contract and interaction with it using a sample counter contract;
  • the CosmWasm + Remix IDE page will guide you into the way of smart contracts development and deployment without any setup in a web-only way using Remix IDE;
  • the CosmWasm + WasmKit page will give you a brief introduction to WasmKit and how it can be leveraged to simplify and add structure to your CosmWasm smart contract development flow;
  • the CosmWasm + ICA page will demonstrate you the way a smart contract can make use of the Neutron's Interchain Accounts module;
  • the CosmWasm + ICQ page will demonstrate you the way a smart contract can make use of the Neutron's Interchain Queries module;
  • the Chain integration tests and Smart contracts integration tests pages will help you in testing your chain or smart contracts code by providing hints on how to setup interchain environment and define integration testing flow.