Hyle-org / examples

Collection of example contracts to be deployed on Hylé
2 stars 10 forks source link

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 verifiation 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.