Enoki is Hypha's reference binary for the Interchain stack. There is a public testnet available!
- Cosmos SDK v0.53.4
- CometBFT v0.38.19
- IBC v10.3.0
- Modules
- Circuit
- Group
- tokenfactory
- Feemarket
- Wasmd
- Ledger support
- The module versions in this build are considered to be stable.
- Dependencies will be bumped as the compatibility between modules allows.
make install- Builds the chain's binary
docker build -t enoki:local .- Builds the chain's Docker image
make sh-testnet- Single shell-based node, no IBC
make ic-testnet- Interchaintest testnet: single Enoki chain
make ic-testnet-ibc- Interchaintest testnet: Enoki chain 1 <--IBC--> Enoki chain 2
make ic-testnet-gaia- Interchaintest testnet: Enoki chain <--IBC--> Gaia chain