#no-std #smart-contracts #component

cosmwasm-core

Components of cosmwasm-std that can be used in no_std environments

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

Download history 5669/week @ 2025-09-19 7076/week @ 2025-09-26 5957/week @ 2025-10-03 6080/week @ 2025-10-10 5610/week @ 2025-10-17 5498/week @ 2025-10-24 5717/week @ 2025-10-31 5704/week @ 2025-11-07 5505/week @ 2025-11-14 8890/week @ 2025-11-21 7224/week @ 2025-11-28 8516/week @ 2025-12-05 8202/week @ 2025-12-12 4004/week @ 2025-12-19 2307/week @ 2025-12-26 3956/week @ 2026-01-02

19,844 downloads per month
Used in 234 crates (3 directly)

Apache-2.0

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

cosmwasm-core on crates.io

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).

No runtime deps