Registry / other / abstract-core

abstract-core

JSON →
library0.21.0rscratesunverified

Provides abstract contract interfaces and storage layouts for building CosmWasm smart contracts.

# Cargo.toml [dependencies] abstract-core = "0.21.0"
INSTALL
IMPORT
SIG · ABSTRACT-CORE
A
abstract-core
otherrustv0.21.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AbstractContract
use abstract_core::AbstractContract;

Initialize an abstract contract instance

use abstract_core::AbstractContract; fn main() { let contract = AbstractContract::new(); println!("Abstract contract initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.21.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
OpenAI (training)
1
Resources
abstract-core — cargo add abstract-core · libregistry