Skip to content

Commit

Permalink
Add scripts to start devnet and cl against devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
dimroc committed Feb 14, 2018
1 parent 9a821f3 commit 955113a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions cldevnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

# Runs a Chainlink node preconfigured to communicate with smartcontract/devnet(parity).
# Steps:
# 0. Have docker installed and configured
# 1. ./devnet/devnet
# 2. cd solidity && truffle migrate --network devnet
# 3. ./cldevnet

export LOG_LEVEL=debug
export ROOT=./devnet
export ETH_URL=ws://localhost:18546
Expand Down
4 changes: 4 additions & 0 deletions devnet/devnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

docker pull smartcontract/devnet:latest
docker run -p 18545:8545 -p 18546:8546 smartcontract/devnet:latest
4 changes: 0 additions & 4 deletions rundevnet

This file was deleted.

0 comments on commit 955113a

Please sign in to comment.