Skip to content

Commit

Permalink
Merge branch 'week03' into week03-solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
brunjlar committed Jan 26, 2022
2 parents ced2ef4 + af511ff commit 2a59db4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/week03/src/Week03/Deploy.hs
@@ -0,0 +1,3 @@
module Week03.Deploy
(
) where
7 changes: 7 additions & 0 deletions code/week03/testnet/start-node-testnet.sh
@@ -0,0 +1,7 @@
cardano-node run \
--topology testnet-topology.json \
--database-path db \
--socket-path node.socket \
--host-addr 127.0.0.1 \
--port 3001 \
--config testnet-config.json

0 comments on commit 2a59db4

Please sign in to comment.