Skip to content

Commit

Permalink
some fixed
Browse files Browse the repository at this point in the history
- fixed: links to sources
- added: links do docker installation instructions
  • Loading branch information
mikekeke committed Apr 3, 2023
1 parent 0c16564 commit 370d74e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions milestone-2-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

It is strongly recommended to use Nix to run this demo and following description will use Nix setup.

Main entry point of the demo is [Seath.Test.Main module](./test/Main.purs).
Main entry point of the demo is [Seath.Test.Main module](./off-chain/test/Main.purs).

## Running on local private network

Local network capabilities are integrated into current setup. Local network provided by [Plutip](https://github.com/mlabs-haskell/plutip). Network is started from scratch on each run. Slot length is is to 1 second - see [config :: PlutipConfig](test/PlutipRunner.purs).
Local network capabilities are integrated into current setup. Local network provided by [Plutip](https://github.com/mlabs-haskell/plutip). Network is started from scratch on each run. Slot length is is to 1 second - see [config :: PlutipConfig](./off-chain/test/PlutipRunner.purs).

To run the demo with local network do the following.

Expand All @@ -31,7 +31,7 @@ Local network will be started automatically and as soon as all required wallets

For preprod testnet [cardano transaction library runtime](https://github.com/Plutonomicon/cardano-transaction-lib/blob/v5.0.0/doc/runtime.md) is required. It includes Cardano node, Ogmios and Kupo.

Demo setup has Nix run command to launch everything. Only requirement is `Docker` installed and running.
Demo setup has Nix run command to launch everything. Only requirement is `Docker` set up and running, and user with appropriate permission. See related Docker docs on [isntallation](https://docs.docker.com/engine/install/) and [setting up the user](https://docs.docker.com/engine/install/linux-postinstall/).

To start required services from the root of the repo execute

Expand Down

0 comments on commit 370d74e

Please sign in to comment.