<feed xmlns='http://www.w3.org/2005/Atom'>
<title>New-House-on-the-Block, branch master</title>
<subtitle>Real estate transactions using Bitcoin | AngelHack 2015.06.06</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/'/>
<entry>
<title>README: Add .env source step</title>
<updated>2015-06-13T18:32:59+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-13T18:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=672944ca5a232879f4d3449c90e755d0971fc60e'/>
<id>672944ca5a232879f4d3449c90e755d0971fc60e</id>
<content type='text'>
Forgot to add a step to source `.env`. This is necessary in order for
the Coinbase accounts to be properly located and authenticated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgot to add a step to source `.env`. This is necessary in order for
the Coinbase accounts to be properly located and authenticated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2015-06-13T18:23:20+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-13T18:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=ad949f61b27eb324610a20edfd8c86e7d4c725fc'/>
<id>ad949f61b27eb324610a20edfd8c86e7d4c725fc</id>
<content type='text'>
Include a description of the project, the ideas around it, and an
explanation of how to run it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include a description of the project, the ideas around it, and an
explanation of how to run it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LICENSE (MIT)</title>
<updated>2015-06-07T23:42:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-07T23:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=0a7d58ea12bcf48c6774708b38daaea7f5c2b7df'/>
<id>0a7d58ea12bcf48c6774708b38daaea7f5c2b7df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.env.sample: Update with new seller Coinbase API keys</title>
<updated>2015-06-07T23:39:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-07T23:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=0cdb41e2d91adbd0b35003887f1e3a03b2b2b395'/>
<id>0cdb41e2d91adbd0b35003887f1e3a03b2b2b395</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'webserver'</title>
<updated>2015-06-07T23:38:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-07T23:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=f61bdaf1f62d6fd73ceaddd7c96beb41b2869552'/>
<id>f61bdaf1f62d6fd73ceaddd7c96beb41b2869552</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>purchase.go: Split `SendMoney` declaration onto 2 lines</title>
<updated>2015-06-07T23:38:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-07T23:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=502db93bf61c1c73d7b774d862f91b6fafefb1e6'/>
<id>502db93bf61c1c73d7b774d862f91b6fafefb1e6</id>
<content type='text'>
Makes it easier to read. Previously I had trouble trying to do this
because I put the argument list on the second line by itself but you
can't do that. You need to separate at a comma inside a set of
parentheses in order to compile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it easier to read. Previously I had trouble trying to do this
because I put the argument list on the second line by itself but you
can't do that. You need to separate at a comma inside a set of
parentheses in order to compile.
</pre>
</div>
</content>
</entry>
<entry>
<title>main.go: Add redirect endpoint for post-transaction</title>
<updated>2015-06-07T16:16:25+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-07T16:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=1e78d9ef6529cabfc443d1aae933c014e0153735'/>
<id>1e78d9ef6529cabfc443d1aae933c014e0153735</id>
<content type='text'>
Hard-coded URL for the demo for the next step in the process after we
complete the transaction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hard-coded URL for the demo for the next step in the process after we
complete the transaction.
</pre>
</div>
</content>
</entry>
<entry>
<title>main.go: Create an HTTP handler to initiate transactions</title>
<updated>2015-06-07T16:03:34+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-07T16:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=1b4c3530aee05547fd6341ac206223dfaf1c2a7b'/>
<id>1b4c3530aee05547fd6341ac206223dfaf1c2a7b</id>
<content type='text'>
Visiting this endpoint will create 2 transactions that sends the money.

Handle errors in the HTTP handler and pass them back from the
transaction functions now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Visiting this endpoint will create 2 transactions that sends the money.

Handle errors in the HTTP handler and pass them back from the
transaction functions now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `sendMoney` func to `purchase` package</title>
<updated>2015-06-07T15:53:32+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-07T15:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=01186c52c83bccffad17dde5a24712b86dc3e68e'/>
<id>01186c52c83bccffad17dde5a24712b86dc3e68e</id>
<content type='text'>
Create a new package for sending money. Take API keys as args which
obviously is not a good idea but it's a hackathon.

* Add functions in main.go to initiate hard-coded transactions for house
  buyer and seller
* Move from "com.teddywing" to "github.com/teddywing"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a new package for sending money. Take API keys as args which
obviously is not a good idea but it's a hackathon.

* Add functions in main.go to initiate hard-coded transactions for house
  buyer and seller
* Move from "com.teddywing" to "github.com/teddywing"
</pre>
</div>
</content>
</entry>
<entry>
<title>main.go: Add static file server</title>
<updated>2015-06-07T03:18:29+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-07T03:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/New-House-on-the-Block/commit/?id=a890bc98c9e8a9b106ab97c2863d6dcef34e5e77'/>
<id>a890bc98c9e8a9b106ab97c2863d6dcef34e5e77</id>
<content type='text'>
* Temporarily comment out Bitcoin transaction trigger
* Add a static file server to the main function
* Add a sample index.html file that gets served at the root

We'll use this to serve our HTML files for the AngelHack demo.

Used this article as a resource:
http://www.alexedwards.net/blog/serving-static-sites-with-go
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Temporarily comment out Bitcoin transaction trigger
* Add a static file server to the main function
* Add a sample index.html file that gets served at the root

We'll use this to serve our HTML files for the AngelHack demo.

Used this article as a resource:
http://www.alexedwards.net/blog/serving-static-sites-with-go
</pre>
</div>
</content>
</entry>
</feed>
