-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlearn.html
More file actions
492 lines (470 loc) · 32.7 KB
/
Copy pathlearn.html
File metadata and controls
492 lines (470 loc) · 32.7 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
<!DOCTYPE html>
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="A collection of expert blockchain tutorials on topics such as the bitcoin blockchain, the ethereum blockchain, Solidity, the hyperledger fabric and other decentralized protocols ...">
<meta name="author" content="MLG Blockchain Consulting">
<!-- for Sharing -->
<meta property="og:title" content="Expert Blockchain Development Tutorials | MLG Blockchain"/>
<meta property="og:type" content="article" />
<meta property="og:image" content="https://scontent.fyzd1-1.fna.fbcdn.net/v/t31.0-8/16113461_1203468529740802_8298128364201048788_o.jpg?oh=083f3a5ded0d20ca003f040dc24fd27c&oe=5959F050" />
<meta property="og:image:width" content="960"/>
<meta property="og:image:height" content="590"/>
<meta property="og:url" content="https://mlgblockchain.com/learn.html">
<meta property="og:description" content="A collection of expert blockchain tutorials on topics such as the bitcoin blockchain, the ethereum blockchain, Solidity, the hyperledger fabric and other decentralized protocols ..." />
<link rel="shortcut icon" href="img/favicon.png">
<title>Expert Blockchain Development Tutorials | MLG Blockchain</title>
<!-- Bootstrap Core CSS -->
<link href="assets/css/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Retina.js - Load first for faster HQ mobile images. -->
<script src="assets/js/plugins/retina/retina.min.js"></script>
<!-- Font Awesome -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Default Fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,500,700,800,900' rel='stylesheet' type='text/css'>
<!-- Modern Style Fonts (Include these is you are using body.modern!) -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cardo:400,400italic,700' rel='stylesheet' type='text/css'>
<!-- Vintage Style Fonts (Include these if you are using body.vintage!) -->
<link href='https://fonts.googleapis.com/css?family=Sanchez:400italic,400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cardo:400,400italic,700' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="assets/css/plugins/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/owl-carousel/owl.theme.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/owl-carousel/owl.transitions.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/magnific-popup.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/background.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/animate.css" rel="stylesheet" type="text/css">
<!-- Vitality Theme CSS -->
<!-- Uncomment the color scheme you want to use. -->
<link href="assets/css/vitality-red.css" rel="stylesheet" type="text/css">
<link href="assets/css/mlg.css" rel="stylesheet" type="text/css">
<!-- <link href="assets/css/vitality-aqua.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-blue.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-green.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-orange.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-pink.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-purple.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-tan.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-turquoise.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-yellow.css" rel="stylesheet" type="text/css"> -->
<!-- IE8 support for HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="httpss://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="httpss://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<!-- Start: Header Area
================================-->
<header class="header-background header header-2" id="header" data-stellar-background-ratio="0.5">
<div class="fix overlay-color">
<!-- Start: Navbar Area -->
<div class="header-navbar" id="header-navbar">
<!-- Navbar Option -->
<nav class="navbar navbar-inverse navbar-expanded" id="myNavbar" style="padding:10px 0px;">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- TEMPLATE LOGO -->
<a class="navbar-brand" href="index.html"><span><img src="assets/img/logo.png" alt="MLG Blockchain Consulting" class="img-responsive" style="width:100px"></span></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" id="navbar-nav-2">
<li class="section-selector-2"><a class="btn page-scroll" href="index.html">Home</a></li>
<li class="section-selector-2"><a class="btn page-scroll" href="about.html">About</a></li>
<li class="section-selector-2"><a class="btn page-scroll" href="services.html">Services</a></li>
<li class="section-selector-2"><a class="btn page-scroll" href="clients.html">Clients</a></li>
<li class="section-selector-2 dropdown">
<a class="btn page-scroll dropdown-toggle" data-toggle="dropdown" href="news.html">News
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="press.html">Press</a></li>
<li><a href="announcements.html">Announcements</a></li>
</ul>
</li>
<li class="section-selector-2 dropdown">
<a class="btn page-scroll dropdown-toggle" data-toggle="dropdown" href="learn.html">Learn
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="bitcoin-tutorials.html">Bitcoin</a></li>
<li><a href="ethereum-tutorials.html">Ethereum</a></li>
<li><a href="hyperledger-tutorials.html">Hyperledger</a></li>
<li><a href="eris-tutorials.html">Eris</a></li>
<li><a href="blockchain-framework-tutorials.html">Other</a></li>
</ul>
</li>
<li class="section-selector-2"><a class="btn page-scroll" href="contact.html">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
</div>
<!-- End: Navbar Area -->
<!-- Begin Top Content Area -->
<section id="top-content-area" data-speed="100">
<div class="container">
<div class="row">
<div class="col-md-12">
<br><br><br>
<h1>MLG Blockchain Development Tutorials</h1>
<p>A collection of blockchain development tutorials from our team of experts. <a href="index.html#contact">Contact us</a> if you want to request a blockchain development tutorial to be made or if you have any questions about the content.</p>
</div>
</div>
</div>
</section> <!-- End Top Content Area -->
<!-- Begin Content -->
<section>
<div class="container">
<div class="row">
<!-- Begin page content -->
<div class="col-xs-12 col-md-9 col-md-push-3">
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>8</span><br>Mar<br>2017</p>
<img src="assets/img/ipfs/ipfs-img.jpg" alt="How to Get Started with IPFS Decentralized Storage">
<div class="content-box-info">
<div class="post-info">
<span>Michael Gord | ipfs, ethereum, blockchain, decentralized storage, database development</span>
</div>
<a href="intro-ipfs.html" target="_blank">
<h2 class="post-title">How to Get Started with IPFS Decentralized Storage</h2>
</a>
<div class="divider-light"></div>
<p>This tutorial goes over how to install the IPFS Protocol and how to store and remove files in the IPFS decentralized web ...
</p>
</div>
<a href="intro-ipfs.html">
<div class="btn-read-more" target="_blank">Read More</div>
</a>
</article>
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>6</span><br>Mar<br>2017</p>
<img src="https://i.ytimg.com/vi/EKa5Gh9whgU/maxresdefault.jpg" alt="How to Install Hyperledger Fabric v1.0 on Ubuntu 16.04 and execute Deploy, Invoke and Query - Part I">
<div class="content-box-info">
<div class="post-info">
<span>Akarsh Agarwal | hyperledger, blockchain, docker, golang, blockchain development, hyperledger development, docker-engine</span>
</div>
<a href="hyperledger-pre.html" target="_blank">
<h2 class="post-title">How to Install Hyperledger Fabric v1.0 on Ubuntu 16.04 and execute Deploy, Invoke and Query - Part I</h2>
</a>
<div class="divider-light"></div>
<p>This tutorial goes over how to install the Hyperledger Fabric v1.0 on Ubuntu and how to get started using the Hyperledger framework ...
</p>
</div>
<a href="hyperledger-pre.html">
<div class="btn-read-more" target="_blank">Read More</div>
</a>
</article>
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>25</span><br>Feb<br>2017</p>
<img src="assets/img/blog/intro-blockchain.jpg" alt="A Simple Introduction to Understand the Blockchain">
<div class="content-box-info">
<div class="post-info">
<span>Akarsh Agarwal | bitcoin, ethereum, blockchain, technology, blockchain development, internet</span>
</div>
<a href="intro-blockchain.html" target="_blank">
<h2 class="post-title">A Simple Introduction to Understand the Blockchain</h2>
</a>
<div class="divider-light"></div>
<p>This article is an introduction to how blockchain technology is a disruptive innovation that is ...
</p>
</div>
<a href="intro-blockchain.html">
<div class="btn-read-more" target="_blank">Read More</div>
</a>
</article>
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>19</span><br>Feb<br>2017</p>
<img src="https://i.ytimg.com/vi/6exqmam91JE/hqdefault.jpg" alt="How to Use Meteor to Create an Ethereum Wallet">
<div class="content-box-info">
<div class="post-info">
<span>Srinivasan Swaminathan | ethereum, blockchain, meteor, wallet, blockchain development, cryptography, geth, testrpc, truffle</span>
</div>
<a href="meteor-wallet.html" target="_blank">
<h2 class="post-title">How to Use Meteor to Create an Ethereum Wallet - 1</h2>
</a>
<div class="divider-light"></div>
<p>This tutorial is part one on how to use Meteor to create an Ethereum wallet ...
</p>
</div>
<a href="meteor-wallet.html">
<div class="btn-read-more" target="_blank">Read More</div>
</a>
</article>
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>12</span><br>Feb<br>2017</p>
<img src="assets/img/blog/intro-blockchain.jpg" alt="How to Get Started using Smart Contracts with Embark">
<div class="content-box-info">
<div class="post-info">
<span>Michael Gord | embark, ethereum, blockchain, solidity, smart contracts, blockchain development</span>
</div>
<a href="intro-embark.html" target="_blank">
<h2 class="post-title">How to Get Started with the Embark Framework</h2>
</a>
<div class="divider-light"></div>
<p>In this tutorial you will walkthrough how to setup your blockchain environment for deploying smart contracts using Embark
</p>
</div>
<a href="intro-embark.html">
<div class="btn-read-more" target="_blank">Read More</div>
</a>
</article>
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>6</span><br>Feb<br>2017</p>
<img src="assets/img/blog/digital-signatures.jpg" alt="How to Use GoLang to Create a Crypto Digital Signature">
<div class="content-box-info">
<div class="post-info">
<span>Srinivasan Swaminathan | bitcoin, blockchain, encryption, hash, golang, blockchain development, cryptography</span>
</div>
<a href="crypto-signature.html" target="_blank">
<h2 class="post-title">How to Use GoLang to Create a Crypto Digital Signature</h2>
</a>
<div class="divider-light"></div>
<p>A tutorial that goes over how to generate a digital signature from your private key and verify it with your public key using Go.
</p>
</div>
<a href="crypto-signature.html">
<div class="btn-read-more" target="_blank">Read More</div>
</a>
</article> <!-- End Blog article -->
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>21</span><br>Jan<br>2017</p>
<img src="https://news.bitcoin.com/wp-content/uploads/2015/08/roger_article_bitcoin_com.jpg" alt="How to Connect to the Bitcoin Blockchain with Bitcoind">
<div class="content-box-info">
<div class="post-info">
<span>Michael Gord | bitcoin, blockchain, bitcoind, bitcoin daemon, blockchain development</span>
</div>
<a href="setup-bitcoind.html" target="_blank">
<h2 class="post-title">How to Connect to the Bitcoin Blockchain with Bitcoind</h2>
</a>
<div class="divider-light"></div>
<p>A tutorial that goes over how to connect to and query the bitcoin blockchain with bitcoin daemon.
</p>
</div>
<a href="setup-bitcoind.html">
<div class="btn-read-more" target="_blank">Read More</div>
</a>
</article> <!-- End Blog article -->
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>20</span><br>Jan<br>2017</p>
<img src="https://appliedblockchain.com/wp-content/uploads/2015/12/Blokchain-Predictions-2016.jpg" alt="How to Setup a Private Blockchain using Eris">
<div class="content-box-info">
<div class="post-info">
<span>Duncan Brown | ethereum, blockchain, eris, private blockchain, blockchain development</span>
</div>
<a href="eris-chain.html" target="_blank">
<h2 class="post-title">How to Setup a Private Blockchain using Eris</h2>
</a>
<div class="divider-light"></div>
<p>A tutorial that goes over how to initiate and interact with a private blockahin using Eris.
</p>
</div>
<a href="eris-chain.html">
<div class="btn-read-more" target="_blank">Read More</div>
</a>
</article> <!-- End Blog article -->
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>8</span><br>Jan<br>2017</p>
<img src="assets/img/sol-wallet.jpg" alt="How to Setup a Wallet Smart Contract with Solidity">
<div class="content-box-info">
<div class="post-info">
<span>Michael Gord | ethereum, blockchain, wallet, solidity, development</span>
</div>
<a href="sol-wallet.html" target="_blank">
<h2 class="post-title">How to Setup a Wallet Smart Contract with Solidity</h2>
</a>
<div class="divider-light"></div>
<p>A tutorial that goes over how to create a wallet and with a balance and transfer.
</p>
</div>
<a href="sol-wallet.html" target="_blank">
<div class="btn-read-more">Read More</div>
</a>
</article> <!-- End Blog article -->
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>3</span><br>Jan<br>2017</p>
<img src="https://avatars1.githubusercontent.com/u/6250754?v=3&s=400italic00" alt="Use Go-Ethereum to Setup your Own Private Ethereum Blockchain">
<div class="content-box-info">
<div class="post-info">
<span>Michael Gord | ethereum, blockchain, private blockchain, coinbase, development, go-ethereum, geth</span>
</div>
<a href="ethereum-private-network.html" target="_blank">
<h2 class="post-title">Use Go-Ethereum to Setup your Own Private Ethereum Blockchain</h2>
</a>
<div class="divider-light"></div>
<p>A tutorial that goes over how to setup a custom private ethereum blockchain using geth.
</p>
</div>
<a href="ethereum-private-network.html" target="_blank">
<div class="btn-read-more">Read More</div>
</a>
</article> <!-- End Blog article -->
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>27</span><br>Dec<br>2016</p>
<img src="assets/img/blog/intro-sol.jpg">
<div class="content-box-info">
<div class="post-info">
<span>Michael Gord | ethereum, blockchain, solidity, smart contracts, nodejs, blockchain development</span>
</div>
<a href="intro-sol-contracts.html" target="_blank">
<h2 class="post-title">Get Started with Solidity and Ethereum Smart Contracts</h2>
</a>
<div class="divider-light"></div>
<p>A tutorial that goes over how to download solidity and create and deploy an ethereum smart contract.
</p>
</div>
<a href="intro-sol-contracts.html" target="_blank">
<div class="btn-read-more">Read More</div>
</a>
</article> <!-- End Blog article -->
<!-- Begin Blog article -->
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>26</span><br>Dec<br>2016</p>
<img src="https://avatars1.githubusercontent.com/u/16297473?v=3&s=400" alt="Use Ethereumjs-tx and Web3 to Send an Ether Transaction using your Terminal">
<div class="content-box-info">
<div class="post-info">
<span>Michael Gord | ethereum, blockchain, sending transactions, ethereumjs-tx, web3, nodejs, development</span>
</div>
<a href="bitcoinjs-sign.html" target="_blank">
<h2 class="post-title">Use Ethereumjs-tx and Web3 to Send an Ether Transaction using your Terminal</h2>
</a>
<div class="divider-light"></div>
<p>A tutorial that goes over how to send a send an ether transaction using Ethereumjs-tx and Web3.
</p>
</div>
<a href="bitcoinjs-sign.html" target="_blank">
<div class="btn-read-more">Read More</div>
</a>
</article> <!-- End Blog article -->
<!-- Begin Blog article -->
<article class="content-box-dark-bg blog-post">
<p class="blog-date"><span>26</span><br>Dec<br>2016</p>
<img src="assets/img/blog/address.png" alt="Use Bitcoinjs to Generate a New Bitcoin Address and Private Key">
<div class="content-box-info">
<div class="post-info">
<span>Michael Gord | bitcoin, blockchain, generate address, nodejs, development</span>
</div>
<a href="bitcoinjs-address.html" target="_blank">
<h2 class="post-title">Use Bitcoinjs to Generate a New Bitcoin Address and Private Key</h2>
</a>
<div class="divider-light"></div>
<p>A tutorial that goes over how to generate a new bitcoin address and private key using Nodejs and Bitcoinjs.
</p>
</div>
<a href="bitcoinjs-address.html" target="_blank">
<div class="btn-read-more">Read More</div>
</a>
</article> <!-- End Blog article -->
</div> <!-- End page content -->
<!-- Begin Sidebar -->
<div class="col-xs-12 col-md-3 col-md-pull-9">
<aside class="sidebar-nav">
<h3 class="sidebar-heading">Latest Posts</h3>
<ul>
<li><a href="setup-ethereum-on-aws-1.html">Use Go-Ethereum to Setup an Ethereum Blockchain on AWS</a></li>
<li><a href="setup-hyperledger-fabric.html">How to Setup the Hyperledger Fabric on Ubuntu</a></li>
<li><a href="intro-ipfs.html" target="_blank">How to Get Started with IPFS Decentralized Storage</a></li>
<li><a href="hyperledger-pre.html" target="_blank">How to Install Hyperledger Fabric v1.0 on Ubuntu 16.04 and execute Deploy, Invoke and Query - Part I</a></li>
<li><a href="intro-blockchain.html" target="_blank">A Simple Introduction to Understand the Blockchain</a></li>
<li><a href="intro-embark.html" target="_blank">How to Get Started with the Embark Framework</a></li>
<li><a href="crypto-signature.html" target="_blank">How to Use Go to Create a Crypto Signature</a></li>
<li><a href="setup-bitcoind.html" target="_blank">How to Connect to the Bitcoin Blockchain with Bitcoind</a></li>
<li><a href="eris-chain.html" target="_blank">How to Setup a Private Blockchain with Eris</a></li>
<li><a href="sol-wallet.html" target="_blank">How to Setup a Wallet Smart Contract with Solidity</a></li>
<li><a href="ethereum-private-network.html" target="_blank">Use Go-Ethereum to Setup your own Private Ethereum Blockchain</a></li>
<li><a href="intro-sol-contracts.html" target="_blank">Get started with solidity and ethereum smart contracts</a></li>
<li><a href="ethereumjs-sign.html" target="_blank">Use Ethereumjs-tx and Web3 to Send an Ether Transaction using your Terminal</a></li>
<li><a href="bitcoinjs-address.html" target="_blank">Use Bitcoinjs to generate a new Bitcoin address and private key</a></li>
</ul>
</aside>
</div> <!-- End Sidebar -->
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End Content section -->
<section class="cta-form" id="contact" style="background-image: url('assets/img/homepage/plexus.jpg')">
<div class="container text-center">
<h4 style="color:white">Be the first to hear about the newest advancements in blockchain technology!</h3>
<hr class>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<!-- MailChimp Signup Form -->
<div id="mc_embed_signup">
<!-- Replace the form action in the line below with your MailChimp embed action! For more informatin on how to do this please visit the Docs! -->
<form role="form" action="//mlgblockchain.us15.list-manage.com/subscribe/post?u=aed601a0f8af2bb3c70ffe3ac&id=1b4e498474" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" novalidate>
<div class="input-group input-group-lg">
<input type="email" name="EMAIL" class="form-control" id="mce-EMAIL" placeholder="Email address...">
<span class="input-group-btn">
<button type="submit" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary">Subscribe!</button>
</span>
</div>
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
</form>
</div>
<!-- End MailChimp Signup Form -->
</div>
</div>
</div>
</section>
<footer id="footer" class="footer">
<div class="container text-center">
<div class="row" style="color:black">
<div class="col-md-4 contact-details">
<h4><i class="fa fa-phone"></i> Call</h4>
<p>647-377-3489</p>
</div>
<div class="col-md-4 contact-details">
<h4><i class="fa fa-map-marker"></i> Visit</h4>
<p>Toronto, Canada</p>
</div>
<div class="col-md-4 contact-details">
<h4><i class="fa fa-envelope"></i> Email</h4>
<p style="color:black">hello@mlgblockchain.com</p>
</div>
</div>
<div class="row copyright">
<div class="col-lg-12">
<center><a href="index.html"><img src="assets/img/mlg.png" alt="MLG Blockchain Consulting" class="img-responsive" style="width:100px"></a></center>
<br>
<p class="small" style="color:black">© 2017 MLG Blockchain Consulting</p>
</div>
</div>
</div>
</footer>
<!-- Core Scripts -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap/bootstrap.min.js"></script>
<!-- Plugin Scripts -->
<script src="assets/js/plugins/google-analytics.js"></script>
<script src="assets/js/plugins/jquery.easing.min.js"></script>
<script src="assets/js/plugins/classie.js"></script>
<script src="assets/js/plugins/cbpAnimatedHeader.js"></script>
<script src="assets/js/plugins/owl-carousel/owl.carousel.js"></script>
<script src="assets/js/plugins/jquery.magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/js/plugins/background/core.js"></script>
<script src="assets/js/plugins/background/transition.js"></script>
<script src="assets/js/plugins/background/background.js"></script>
<script src="assets/js/plugins/jquery.mixitup.js"></script>
<script src="assets/js/plugins/wow/wow.min.js"></script>
<script src="assets/js/contact_me.js"></script>
<script src="assets/js/plugins/jqBootstrapValidation.js"></script>
<!-- Vitality Theme Scripts -->
<script src="assets/js/vitality.js"></script>
</body>
</html>