From 0cdb41e2d91adbd0b35003887f1e3a03b2b2b395 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 7 Jun 2015 19:39:11 -0400 Subject: .env.sample: Update with new seller Coinbase API keys Need a second set of API keys for another user on Coinbase (the seller in the transaction). It's a hack, okay, no OAuth here. Using these we can send Bitcoins from the seller to the buyer as a proof of concept for ownership transferral of the house. --- .env.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.sample b/.env.sample index 7e82474..e59d9c5 100644 --- a/.env.sample +++ b/.env.sample @@ -1,2 +1,5 @@ export COINBASE_KEY='' export COINBASE_SECRET='' + +export SELLER_COINBASE_KEY='' +export SELLER_COINBASE_SECRET='' -- cgit v1.2.3