Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 898 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 898 Bytes

Hylé examples

This repository is a collection of examples of contracts and programs that can be deployed and used on Hylé.

Hylé does not have a native execution environment. Smart contracts do not execute code on Hylé; they describe a verification logic for a particular program.

Structure

This repository has two main branches: main for complete working examples and work_in_progress for unfinished works. Feel free to contribute!

See the documentation to learn more.

Check the example of a program to verify the Collatz Conjecture.

⚠️ The examples have not been audited and are not intended for production use. The authors are not responsible for any damages caused by the use of the code provided here.