Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaric committed Jul 3, 2020
1 parent 293d55e commit 11e44eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -69,6 +69,13 @@ The most important points of it are here:

70+50+255+5+64 = 444 bytes.

## How to run it with the node

First run the node. The genesis should be generated from Nix. You can run smash with:
```
SMASHPGPASSFILE=./config/pgpass stack run smash-exe -- run-app-with-db-sync --config ../cardano-db-sync/config/testnet-config.yaml --genesis-file /nix/store/pdnsmv1gi6llr92fk7sgs3j2gcphm6fm-shelley-testnet-genesis.json --socket-path ../cardano-node/state-node-shelley_testnet/node.socket --schema-dir schema/
```

## How to test this works?

You can run the provided example and try out these commands (presuming you know what CURL is and how to use it).
Expand Down

0 comments on commit 11e44eb

Please sign in to comment.