Skip to content

Modulo-P/hydra-node-plutusv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydra platform compatible with PlutusV3

This repo contains a docker compose setup with:

  • 2x Hydra node which has Conway support
  • Cardano Node version 8.9.0 connected to Sanchonet

Configuration

You'll need to setup some credentials in the folder /hydra-node-plutusv3/credentials. You'll need to set up cardano-funds-1, cardano-funds-2, hydra-node-1 and hydra-node-2 keys. This tutorial has all the necessary steps to generate the sk, vk and addr files URL: Quickstart.

You can use Mithril to download the latest snapshot. Follow this tutorial Bootstrap a Cardano node from a testnet Mithril snapshot

Run

It's recommended to execute first the node and let it to synchronize.

$ cd hydra-node-plutusv3
$ docker compose up -d cardano-node

You can see the Cardano node logs:

$ docker compose logs -f cardano-node

Once the node is synchronized, you can run all the solution:

$ docker compose up -d

Check if the hydra nodes are running:

$ docker compose logs -f hydra-node-1 hydra-node-2

About

Experimental Hydra Plutus V3 setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages