argent

(★ 22)

Actor-based language and compiler for stateful, atomic, multi-contract applications on Kaspa and covenant-native UTXO rails.

File Explorer

  • .gitattributes
  • .gitignore
  • .rustfmt.toml
  • Cargo.lock
  • Cargo.toml
  • check.sh
  • LICENSE
  • README.md
  • SECURITY.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cargo run

View Details ▼

Run the current Cargo package.
Note: The working directory of the executed binary will be set to the current working directory.

cargo {{[r|run]}}

Run the default binary target:

cargo {{[r|run]}} --bin {{name}}

Run the specified binary:

cargo {{[r|run]}} --example {{name}}

Run the specified example:

// repository documentation