Libraries, templates, and tools for building on Neutron
The official Rust/CosmWasm SDK for interacting with Neutron blockchain features.
Language: Rust
Standard library of Rust types and functions for Neutron chain development.
Language: Rust
JavaScript library for interacting with Neutron chain, built on CosmJS.
Language: TypeScript
Complete collection of templates, boilerplates, and scaffolding tools for rapid development.
Templates • Integration Tools • Testing
test-tube is a powerful library for building testing environments for CosmWasm smart contracts. It allows you to test your contracts against the actual Cosmos SDK chain’s logic, written in Go, using Rust.
Unlike cw-multi-test which simulates only basic modules, test-tube enables testing against the complete chain implementation, making it ideal for contracts that interact with custom Neutron modules.