Registry / other / clarity-repl

clarity-repl

JSON →
library2.0.0rscratesunverified

Clarity REPL for interactive development of Clarity smart contracts.

# Cargo.toml [dependencies] clarity-repl = "2.0.0"
INSTALL
IMPORT
SIG · CLARITY-REPL
C
clarity-repl
otherrustv2.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.

REPL
✓ use clarity_repl::REPL;

Evaluates a simple Clarity expression in the REPL.

use clarity_repl::REPL; fn main() { let mut repl = REPL::new(); repl.run("(+ 1 2)"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
clarity-repl — cargo add clarity-repl · libregistry