Skip to content

xch-dev/rue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rue Lang

crate minimum rustc 1.90.0

Rue is a typed programming language which gets compiled to CLVM bytecode. It's designed to be an alternative to Chialisp for writing smart coin puzzles on the Chia blockchain.

You can learn more about it on the Rue docs website, and play around with the examples on the Rue Playground.

Highlights

  • Type Safe: The compiler will prevent entire classes of errors at compile time by enforcing types are used correctly.

  • Optimized: Many tricks are used to reduce the size of the generated bytecode as much as possible.

  • Familiar: Rue provides a simplified Rust-like syntax that will feel more at home for many developers than Chialisp.

Installation

See the Installation page on the docs site for more information.

Discord

You can join the Sage Discord to get help with Rue, suggest ideas, or just chat about the project.

About

A typed Chia programming language targeting CLVM bytecode.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages