forked from FutureCommerce/Hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblockchain.html
More file actions
129 lines (96 loc) · 4.67 KB
/
blockchain.html
File metadata and controls
129 lines (96 loc) · 4.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Blockchain - Future Commerce Hackathon</title>
</head>
<body>
<header>e
<div class="inner">
<h1>FutureCommerce</h1>
<h2>Online & In-Person Hackathon</h2>
<a href="https://github.com/FutureCommerce/Hackathon" class="button"><small>View project on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>The Blockchain and Bitcoin</h1>
The blockchan can be leveraged to enhance and extend basic existing commercial design patterns, from awareness and discovery to purchase and sale and especially for accounting and records management. The type of low cost, global and publicly verifiable ledger made available by blockchains can be used to facilitate and if necessary to prove any type of transaction. This powerful capability is digital and distributed by design and therefore an easy fit for integration with varied existing providers of electronic signatures, electronic contracts, electronic transactions. The opportunities to enable automated, multi-party, cross-boundary integrations, workflows and value chains can be used to address - or transcend - key challenges with current commercial systems
<p>
Learn more about how participants in the Future Commerce Hackathon are using blockchain technologies:
<ul>
<li> <a href="http://bitcoin.mit.edu/">(MIT Student Organization) MIT Bitcoin Club</a>
<li> <a href=" http://stellar.mit.edu/S/course/MAS/fa15/MAS.S63">(MIT Media Lab Seminar) Future Commerce: Rebooting Markets, Money, Transactions & Security</a>
<li> <a href="http://blockchain.media.mit.edu/syllabus.html">(MIT Media Lab Seminar) Blockchain Technologies: Decentralize all the Things</a>
<li> <a href="http://enigma.media.mit.edu/">(MIT Media Lab Research Project) Enigma: Decentralized computation network with guaranteed privacy for storing, sharing and analyzing personal data without fully revealing the data to any party.</a>
<li> (Example <a href="https://github.com/DAOhub/framework/blob/master/Notices/CommonIntent.md">Hackathon Project</a>) DAOhub: <a href="https://github.com/DAOhub/framework/wiki/Further-Clarifying-Expected-Prototype-Scenarios-and-Outcomes">How Could Blockchain Transactions Create Legal Entities? </a>
</ul>
<p>
<hr>
</section>
<aside id="sidebar">
<h2>
<ul>
<li><a href="http://futurecommerce.civics.com">Home</a>
<br>
<li><a href="http://futurecommerce.civics.com/enroll.html">Join</a>
<br>
<li>Participants
<br>
<li>Hackathon Program
<br>
<li>Systemposium Program
<br>
<li>Program Timeline
<br>
<li><a href="http://futurecommerce.civics.com/questions.html">Contact</a>
<br>
<li><a href="http://futurecommerce.civics.com/sponsors.html">Sponsors</a>
</h2>
<p></p>
<p>Content will be linked and updated as it becomes available</p>
</ul>
<p></p>
<p></p>
<hr>
<strong>Social Learning Lead</strong> <br>
<a href="http://www.albany.edu/ceas/open-source-festival-2015.php">Elliana Seoe Jung</a>
<p>
</p>
<strong>Hackathon Lead</strong> <br>
<a href="https://github.com/jwalsh">Jason Walsh</a>
<p></p>
<strong>Symposium Lead</strong> <br>
<a href="https://github.com/dazzaji">Dazza Greenwood</a>
<p></p>
<p></p>
<hr>
<strong>Event Organizer</strong> <br>
<a href="http:/civics.com">CIVICS.com</a>
<p>
</p> <p></p>
</aside>
</div>
</div>
<p>
</p>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49321917-5', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>