Registry / other / uplc
library1.1.21rscratesunverified

Utilities for working with Untyped Plutus Core, the smart contract language for Cardano.

# Cargo.toml [dependencies] uplc = "1.1.21"
INSTALL
IMPORT
SIG · UPLC
U
uplc
otherrustv1.1.21
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.

Program
use uplc::Program;

Create a new empty UPLC program.

use uplc::Program; fn main() { let program = Program::new(vec![]); println!("UPLC program created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.21latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
uplc — cargo add uplc · libregistry