diff options
| author | Teddy Wing | 2015-06-13 14:31:30 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-06-13 14:32:59 -0400 |
| commit | 672944ca5a232879f4d3449c90e755d0971fc60e (patch) | |
| tree | d1cae57bbb583210a7d2a40cb3f700112b333441 | |
| parent | ad949f61b27eb324610a20edfd8c86e7d4c725fc (diff) | |
| download | New-House-on-the-Block-672944ca5a232879f4d3449c90e755d0971fc60e.tar.bz2 | |
Forgot to add a step to source `.env`. This is necessary in order for
the Coinbase accounts to be properly located and authenticated.
| -rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -73,14 +73,16 @@ this case more Bitcoin) from seller to buyer. Add to `.env` the API keys and secrets from 2 Coinbase accounts. -2. Replace the Bitcoin addresses in [main.go](main.go) with the addresses of your +2. `$ source .env` + +3. Replace the Bitcoin addresses in [main.go](main.go) with the addresses of your 2 accounts. -3. `$ go build` +4. `$ go build` -4. `$ ./new-house-on-the-block` +5. `$ ./new-house-on-the-block` -5. Visit `http://localhost:3000/buy/` to initiate the transaction. +6. Visit `http://localhost:3000/buy/` to initiate the transaction. ## License |
