Skip to content

Cosmos PoC of the Hylé node - a sequencing and settlement layer to help you build provable apps that are minimally, yet sufficiently, onchain.

License

Notifications You must be signed in to change notification settings

Hyle-org/hyle-cosmos

Repository files navigation

Hylé

A sequencing and settlement layer to help you build provable apps that are minimally, yet sufficiently, onchain.

Repository for the Hylé chain - this is currently a proof-of-concept implementation based on the Cosmos SDK.

Forked from mini - the minimal Cosmos SDK chain.

Current status: proof of concept.

We plan to support all major proving schemes. Check our list of currently supported proving systems.

Installation

Build from source:
mkdir hyle
cd hyle
# Installation of verifiers
git clone [email protected]:hyle-org/verifiers-for-hyle.git
cd verifiers-for-hyle
cargo build --release
cd ..
git clone [email protected]:hyle-org/hyle.git
cd hyle
make build # builds the `hyled` binary
make init # initialize the chain
make start # start the chain with paths for verifiers.

Useful links

About

Cosmos PoC of the Hylé node - a sequencing and settlement layer to help you build provable apps that are minimally, yet sufficiently, onchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published