Crates.io | hyle-contracts |
lib.rs | hyle-contracts |
version | 0.13.0-rc.4 |
created_at | 2025-04-08 14:50:33.480703+00 |
updated_at | 2025-04-08 14:50:33.480703+00 |
description | Metadata of hyle built-in contracts |
homepage | https://hyle.eu/ |
repository | https://github.com/Hyle-org/hyle/ |
max_upload_size | |
id | 1625599 |
size | 110,005 |
This folder contains some "official" Hyle Risc0 smart contracts :
hydentity
: Basic identity providerhyllar
: Simple ERC20-like contractamm
: Simple AMM contractrisc0-recursion
: A contract with special rights to do recursion on multiple contractsstaking
: A contract used to hold partg of the staking logic for the consensus.This architecture is subject to change while sdk will be developped.
To regenerate the _.img and _.txt files, you should run
cargo build -p hyle-contracts --features build
For testing, you can recreate the contracts on the fly (without docker) by running the --features nonreproducible
flag.