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.
-
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.
See the Installation page on the docs site for more information.
You can join the Sage Discord to get help with Rue, suggest ideas, or just chat about the project.