Crates.io | neutron-sdk |
lib.rs | neutron-sdk |
version | 0.11.0 |
source | src |
created_at | 2022-12-21 08:37:31.573946 |
updated_at | 2024-07-11 19:52:56.375098 |
description | Neutron CosmWasm SDK for interacting with Neutron blockchain |
homepage | https://neutron.org |
repository | https://github.com/neutron-org/neutron-sdk |
max_upload_size | |
id | 742938 |
size | 535,897 |
The CosmWasm library with helper methods and structures for interacting with Neutron blockchain
The Neutron SDK consists of the following subpackages:
Package | Reference | Description |
---|---|---|
Neutron Interchain Queries | https://github.com/neutron-org/neutron-sdk/tree/main/packages/neutron-sdk/src/interchain_queries | Queries, messages and helper methods for interacting with Neutron Interchain Queries Module |
Neutron Interchain Transactions | https://github.com/neutron-org/neutron-sdk/tree/main/packages/neutron-sdk/src/interchain_txs | Queries, messages and helper methods for interacting with Neutron Interchain Transactions Module |
Neutron Bindings | https://github.com/neutron-org/neutron-sdk/tree/main/packages/neutron-sdk/src/bindings | Structures and helper methods for interacting with Neutron blockchain |
Neutron Sudo | https://github.com/neutron-org/neutron-sdk/tree/main/packages/neutron-sdk/src/sudo | Structures for Sudo Contract callbacks from Neutron blockchain |
Neutron Errors | https://github.com/neutron-org/neutron-sdk/tree/main/packages/neutron-sdk/src/errors | Structures and helpers for Neutron specific error and result types |
Neutron Proto Types | https://github.com/neutron-org/neutron-sdk/tree/main/packages/neutron-sdk/src/proto_types | Neutron specific protobuf types. |
Check out our documentation at https://docs.neutron.org.
This package is part of the neutron-sdk repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).