Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra authored Aug 13, 2018
1 parent f4399bb commit 2c7fd84
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion examples/geth-node/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
TODO
You can invoke this module like this:

``` sh
module "geth" {
network = "rinkeby"
source = "cardstack/terraform-aws-ethereum-node/aws"
public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQ ..."
availability_zone = "us-east-1b"
}
```

You can specify the Ethereum network to connect your node to e.g. `rinkeby`, `mainnet`, etc

0 comments on commit 2c7fd84

Please sign in to comment.