24 releases (stable)
| 3.0.2 | Aug 26, 2025 |
|---|---|
| 3.0.1 | Jun 26, 2025 |
| 3.0.0-rc.0 | May 27, 2025 |
| 2.3.0 | Dec 9, 2025 |
| 0.0.1 | Mar 5, 2024 |
#81 in #smart-contracts
19,844 downloads per month
Used in 234 crates
(3 directly)
4KB
CosmWasm is a smart contract platform for the Cosmos ecosystem. This crate contains components of cosmwasm-std that can be used in no_std environments.
For more information, see: https://docs.cosmwasm.com
cosmwasm-core
This crate contains components of cosmwasm-std that can be used in a no_std environment. All symbols are re-exported by cosmwasm-std, such that contract developers don't need to add this dependency directly. It is recommended to only use cosmwasm-std whenever possible.
License
This package is part of the cosmwasm repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).