Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 2.34 KB

File metadata and controls

21 lines (13 loc) · 2.34 KB

neutron-std

⚠️ Project Status: Archived & Maintenance Mode

The neutron repository has been officially archived and placed into long-term maintenance mode.

  • Security Updates: The development team is no longer actively monitoring this codebase or tracking security vulnerabilities.
  • Future Development: The community is highly encouraged to fork this repository to implement custom improvements, bug fixes, or continued development.

Thank you to everyone who contributed to the project!

Rust libraries for Neutron. The following table shows every published crates maintained in this repository:

Crate Description Crates.io Docs
neutron-std Neutron's proto-generated types and helpers for interacting with the appchain. Compatible with CosmWasm contract. neutron-std on crates.io Docs
neutron-std-derive Procedural macro for augmenting proto-generated types to create better developer ergonomics. Internally used by neutron-std neutron-std-derive on crates.io Docs

This repo also contains proto-build package which is used for autogenrating rust types from proto.