Registry / other / abstract-cw20-base

abstract-cw20-base

JSON →
library3.0.0rscratesunverified

Basic implementation of a CosmWasm-20 compliant token, providing a foundation for fungible token contracts.

# Cargo.toml [dependencies] abstract-cw20-base = "3.0.0"
INSTALL
IMPORT
SIG · ABSTRACT-CW20-BASE
A
abstract-cw20-base
otherrustv3.0.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.

Contract
use abstract_cw20_base::Contract;

Minimal example showing the primary type import.

use abstract_cw20_base::Contract; fn main() { // Placeholder for CW20 token contract println!("CW20 base contract ready"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
20
OpenAI (training)
1
Resources
abstract-cw20-base — cargo add abstract-cw20-base · libregistry