Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1 KB

File metadata and controls

35 lines (19 loc) · 1 KB

Silverscript

Silverscript is a CashScript-inspired language and compiler that targets Kaspa script.

Status: Experimental — the project is unstable and may introduce breaking changes without notice. Use with caution and expect language syntax, APIs and output formats to change.

Note: The compiled scripts produced by this repository are valid only on Kaspa Testnet 12. Do not assume compatibility with other Kaspa networks or mainnet.

Workspace

This repository is a Rust workspace. The main crate is silverscript-lang.

Build & Test

cargo test -p silverscript-lang

Layout

  • silverscript-lang/ – compiler, parser, and tests
  • silverscript-lang/tests/examples/ – example contracts (.sil files)

Documentation

See TUTORIAL.md for a full language and usage tutorial.

Credits

See CREDITS.md for acknowledgements and credits.

Notes