forked from trufflesuite/trufflesuite.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
community.html
381 lines (327 loc) · 30 KB
/
community.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Fallback for Font family below in noscript [*] -->
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Oswald:300,400,700', 'Open+Sans:400,700' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})(); </script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Your Ethereum Swiss Army Knife">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="news_keywords" content="solidity, dapps, contracts, smart contracts" />
<meta name="standout" content="http://truffleframwork.com" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="Truffle Framework" />
<meta property="og:description" content="Your Ethereum Swiss Army Knife" />
<meta property="og:title" content="TruffleFramework.com - Truffle Framework" />
<meta property="og:url" content="http://truffleframwork.com" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://github.com/trufflesuite/trufflesuite.github.io/raw/master/images/twitter_card.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="Truffle Framework" />
<meta name="twitter:title" content="TruffleFramework.com - Truffle Framework" />
<meta name="twitter:description" content="Your Ethereum Swiss Army Knife" />
<meta name="twitter:creator" content="Truffle Framework" />
<meta name="twitter:domain" content="truffleframework.com" />
<meta name="twitter:image:src" content="https://github.com/trufflesuite/trufflesuite.github.io/raw/master/images/twitter_card.jpg" />
<title>TruffleFramework.com | Truffle Framework</title>
<link rel="author" href="humans.txt" />
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Truffle Framework">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Web Starter Kit">
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="stylesheet" href="/styles/main.css">
<noscript>
<!-- [*] Web fonts for no-js -->
<link href='http://fonts.googleapis.com/css?family=Oswald:300,400,700%7COpen+Sans:400,700' rel='stylesheet' type='text/css'>
</noscript>
</head>
<body>
<main>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Fallback for Font family below in noscript [*] -->
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Oswald:300,400,700', 'Open+Sans:400,700' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})(); </script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Your Ethereum Swiss Army Knife">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="news_keywords" content="solidity, dapps, contracts, smart contracts" />
<meta name="standout" content="http://truffleframwork.com" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="Truffle Framework" />
<meta property="og:description" content="Your Ethereum Swiss Army Knife" />
<meta property="og:title" content="TruffleFramework.com - Truffle Framework" />
<meta property="og:url" content="http://truffleframwork.com" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://github.com/trufflesuite/trufflesuite.github.io/raw/master/images/twitter_card.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="Truffle Framework" />
<meta name="twitter:title" content="TruffleFramework.com - Truffle Framework" />
<meta name="twitter:description" content="Your Ethereum Swiss Army Knife" />
<meta name="twitter:creator" content="Truffle Framework" />
<meta name="twitter:domain" content="truffleframework.com" />
<meta name="twitter:image:src" content="https://github.com/trufflesuite/trufflesuite.github.io/raw/master/images/twitter_card.jpg" />
<title>TruffleFramework.com | Truffle Framework</title>
<link rel="author" href="humans.txt" />
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Truffle Framework">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Web Starter Kit">
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="stylesheet" href="/styles/main.css">
<noscript>
<!-- [*] Web fonts for no-js -->
<link href='http://fonts.googleapis.com/css?family=Oswald:300,400,700%7COpen+Sans:400,700' rel='stylesheet' type='text/css'>
</noscript>
</head>
<body>
<section class="Community">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<svg width="100%" height="100%" viewBox="655 52 131 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<polyline id="path-1" points="0 0.426 130.715 0.426 130.715 128 0 128"></polyline>
<polygon id="path-3" points="0 0.426 130.715 0.426 130.715 128 0 128"></polygon>
</defs>
<g id="Logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(655.000000, 52.000000)">
<path d="M100.8574,99.9258 C100.8574,102.0878 82.8804,103.8378 65.6344,103.8378 C48.3884,103.8378 30.4124,102.0878 30.4124,99.9258 C30.4124,97.7658 48.3884,96.0138 65.6344,96.0138 C82.8804,96.0138 100.8574,97.7658 100.8574,99.9258" id="Fill-1" fill="#E6E7E8"></path>
<g id="Group-5">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-4"></g>
<path d="M117.7813,50.4258 C117.7813,78.0398 95.3943,100.4258 67.7813,100.4258 C51.0803,100.4258 36.2913,92.2378 27.2113,79.6558 C21.2773,71.4358 18.9393,61.3388 18.9403,50.4258 C18.9403,35.2618 24.5313,21.6738 35.1913,12.5048 C43.9433,4.9768 55.3313,0.4258 67.7813,0.4258 C95.3943,0.4258 117.7813,22.8118 117.7813,50.4258" id="Fill-3" fill="#5E464D" mask="url(#mask-2)"></path>
</g>
<path d="M53.8936,94.4175 C55.9346,95.0525 62.7846,97.0835 63.0116,94.9175 C63.1366,93.7305 59.5436,92.6085 54.6076,90.1675 C47.5826,86.6945 41.1946,82.2065 35.5246,76.8335 C29.1906,70.8335 22.6076,61.2925 21.8576,47.2925 C21.0476,32.1835 26.6756,19.8005 36.1896,11.6595 C24.9566,20.8285 17.7816,34.7795 17.7816,50.4105 C17.7816,61.3545 21.2466,71.4225 27.2106,79.6565 C29.1966,81.4595 31.3236,83.1725 33.4116,84.6675 C39.0236,88.6875 47.1746,92.3275 53.8936,94.4175" id="Fill-6" fill="#FFFFFF"></path>
<path d="M118.4668,38.9644 C115.3988,24.5534 105.8718,14.4624 93.1328,7.3374 C102.8738,14.2754 116.5888,29.0214 108.5048,42.0234 C101.6488,52.4484 84.9838,50.4034 75.8768,45.4644 C65.0498,39.5924 51.4838,26.3724 64.8638,13.4504 C73.5248,5.0894 101.1068,14.4644 96.2358,26.9644 C93.4048,34.2294 82.3948,32.6164 77.4388,29.0604 C73.7848,26.4384 70.7128,21.9294 72.3408,17.2754 C72.8628,15.7824 72.7868,13.4654 70.6798,15.1704 C69.1068,16.4434 68.3158,18.5384 68.0398,20.4864 C65.7358,36.7834 94.7688,49.4154 103.3798,33.6494 C107.8508,25.4644 100.6068,13.5894 91.4888,8.7144 C84.6208,5.0424 77.4998,2.4644 68.7578,3.0894 C54.7818,4.0884 43.0478,12.8314 41.5788,27.1154 C40.1228,41.2914 49.5978,54.0844 60.7748,61.7264 C72.5128,69.7534 88.3168,75.0464 102.7678,70.2574 C115.7198,65.9644 121.0708,51.0974 118.4668,38.9644" id="Fill-8" fill="#FFFFFF"></path>
<path d="M100.2344,27.9272 C101.6234,18.5872 93.1804,12.1762 85.3844,9.2612 C76.1884,5.8212 64.0464,7.3312 57.3504,14.9472 C52.4384,20.5352 52.7724,28.6592 55.2964,35.2182 C59.1144,45.1422 67.7354,52.3152 77.7704,55.4112 C84.9014,57.6132 93.5214,58.5732 100.7504,56.2472 C111.2874,52.8582 114.7194,41.8662 112.5424,31.7982 C112.0734,29.6302 111.3594,27.4952 110.4064,25.4932 C109.0764,22.6982 104.9984,17.0422 110.6194,23.9312 C111.2334,24.6842 111.7204,25.5142 112.2424,26.3332 C113.4294,28.2002 114.2954,30.3142 114.9784,32.4102 C118.0444,41.8102 115.6374,52.7752 107.1294,58.4472 C100.6124,62.7912 92.3294,63.3062 84.7694,62.2222 C74.6384,60.7702 65.0854,55.8372 58.4524,47.9822 C52.3874,40.8022 48.2554,30.4882 50.7474,21.0642 C52.5704,14.1662 58.1724,9.0192 64.8764,6.8492 C73.3604,4.1012 82.6984,5.3762 90.3444,9.8372 C94.1684,12.0682 97.6714,15.1532 99.6164,19.1932 C100.4904,21.0072 100.9934,23.0192 101.0114,25.0352 C101.0184,25.8482 100.9834,26.6872 100.8214,27.4862 C100.7684,27.7782 100.1484,28.6072 100.2344,27.9272" id="Fill-10" fill="#3FE0C5"></path>
<polygon id="Fill-12" fill="#5F464D" points="0 108.8555 10.321 108.8555 10.321 112.3595 6.919 112.3595 6.919 127.5295 3.313 127.5295 3.313 112.3595 0 112.3595"></polygon>
<path d="M22.8096,116.1543 L24.9236,116.1543 C26.0536,116.1543 26.8326,116.0063 27.2586,115.7093 C27.6846,115.4123 27.8976,114.9203 27.8976,114.2303 C27.8976,113.8243 27.7916,113.4683 27.5806,113.1683 C27.3706,112.8673 27.0876,112.6503 26.7336,112.5173 C26.3796,112.3863 25.7296,112.3203 24.7846,112.3203 L22.8096,112.3203 L22.8096,116.1543 Z M19.2546,108.8553 L24.0216,108.8553 C26.0836,108.8553 27.5536,109.0393 28.4286,109.4063 C29.3026,109.7753 30.0066,110.3863 30.5396,111.2423 C31.0716,112.0953 31.3386,113.1073 31.3386,114.2753 C31.3386,115.5043 31.0436,116.5293 30.4556,117.3533 C29.8686,118.1793 28.9816,118.8043 27.7966,119.2263 L32.2206,127.5293 L28.3346,127.5293 L24.1356,119.6213 L22.8096,119.6213 L22.8096,127.5293 L19.2546,127.5293 L19.2546,108.8553 Z" id="Fill-14" fill="#5F464D"></path>
<g id="Group-18">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="Clip-17"></g>
<path d="M41.2588,108.8555 L44.8258,108.8555 L44.8258,120.9315 C44.8258,121.9705 44.9168,122.7075 45.0988,123.1385 C45.2808,123.5705 45.5808,123.9145 46.0008,124.1715 C46.4188,124.4295 46.9248,124.5585 47.5178,124.5585 C48.1438,124.5585 48.6838,124.4165 49.1358,124.1265 C49.5888,123.8395 49.9028,123.4745 50.0748,123.0315 C50.2488,122.5855 50.3358,121.7385 50.3358,120.4865 L50.3358,108.8555 L53.9038,108.8555 L53.9038,119.9885 C53.9038,121.8675 53.7978,123.1715 53.5858,123.8985 C53.3738,124.6265 52.9698,125.3305 52.3738,126.0055 C51.7768,126.6835 51.0888,127.1855 50.3108,127.5095 C49.5318,127.8355 48.6258,128.0005 47.5938,128.0005 C46.2388,128.0005 45.0618,127.6875 44.0578,127.0665 C43.0558,126.4435 42.3378,125.6665 41.9058,124.7305 C41.4748,123.7945 41.2588,122.2145 41.2588,119.9885 L41.2588,108.8555 Z" id="Fill-16" fill="#5F464D" mask="url(#mask-4)"></path>
</g>
<polygon id="Fill-19" fill="#5F464D" points="64.6611 108.8555 73.9281 108.8555 73.9281 112.3205 68.1891 112.3205 68.1891 115.7105 73.9281 115.7105 73.9281 119.1255 68.1891 119.1255 68.1891 127.5295 64.6611 127.5295"></polygon>
<polygon id="Fill-21" fill="#5F464D" points="83.7676 108.8555 93.0356 108.8555 93.0356 112.3205 87.2966 112.3205 87.2966 115.7105 93.0356 115.7105 93.0356 119.1255 87.2966 119.1255 87.2966 127.5295 83.7676 127.5295"></polygon>
<polygon id="Fill-23" fill="#5F464D" points="102.8398 108.8555 106.3948 108.8555 106.3948 124.1405 111.5738 124.1405 111.5738 127.5295 102.8398 127.5295"></polygon>
<polygon id="Fill-25" fill="#5F464D" points="120.5205 108.8555 130.7145 108.8555 130.7145 112.3345 124.0495 112.3345 124.0495 115.7105 130.7145 115.7105 130.7145 119.1255 124.0495 119.1255 124.0495 124.0395 130.7145 124.0395 130.7145 127.5295 120.5205 127.5295"></polygon>
</g>
</svg>
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">Home</a></li>
<li><a href="/docs">Documentation</a></li>
<li><a class="active" href="/tutorials">Tutorials</a></li>
<li><a href="https://github.com/truffleframework">Github</a></li>
<li><a href="/community">Community</a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>
<section class="MainContent">
<div class="container">
<h1 class="Uppercase WithDash m-b-4">Community</h1>
<ul class="list-unstyled">
<li>
<h2>Chat With Us on Gitter</h2>
<p>If you’re stuck trying to get something to work, have any questions, or suggestions - the best place to get help is in the <a href="http://gitter.im/Consensys/truffle">Truffle Gitter channel</a>. </p>
</li>
<li>
<h2>Submit an Issue on Github</h2>
<p>If something’s not working as expected, or you have an idea for a feature or change you’d like to see, please <a href="https://github.com/consensys/truffle">open an Issue on the consensys/truffle</a> repo and start a discussion.</p>
</li>
<li>
<h2>Help improve the Docs</h2>
<p>We’re only human, and need all the help you can give us to improve the documentation. PRs to clarify or amend documentation are particularly welcome.</p>
</li>
</ul>
</div>
<footer class="container m-t-4 m-b-4">
<p class="text-center">See a way to make this page better? <a href="https://github.com/trufflesuite/trufflesuite.github.io/edit/master/_site/public/community.md">Edit here →</a></p>
</footer>
</section>
</section>
<section class="Footer p-t-4 ">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-2">
<div class="Logo">
<svg width="100%" height="100%" viewBox="655 52 131 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<polyline id="path-1" points="0 0.426 130.715 0.426 130.715 128 0 128"></polyline>
<polygon id="path-3" points="0 0.426 130.715 0.426 130.715 128 0 128"></polygon>
</defs>
<g id="Logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(655.000000, 52.000000)">
<path d="M100.8574,99.9258 C100.8574,102.0878 82.8804,103.8378 65.6344,103.8378 C48.3884,103.8378 30.4124,102.0878 30.4124,99.9258 C30.4124,97.7658 48.3884,96.0138 65.6344,96.0138 C82.8804,96.0138 100.8574,97.7658 100.8574,99.9258" id="Fill-1" fill="#E6E7E8"></path>
<g id="Group-5">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-4"></g>
<path d="M117.7813,50.4258 C117.7813,78.0398 95.3943,100.4258 67.7813,100.4258 C51.0803,100.4258 36.2913,92.2378 27.2113,79.6558 C21.2773,71.4358 18.9393,61.3388 18.9403,50.4258 C18.9403,35.2618 24.5313,21.6738 35.1913,12.5048 C43.9433,4.9768 55.3313,0.4258 67.7813,0.4258 C95.3943,0.4258 117.7813,22.8118 117.7813,50.4258" id="Fill-3" fill="#5E464D" mask="url(#mask-2)"></path>
</g>
<path d="M53.8936,94.4175 C55.9346,95.0525 62.7846,97.0835 63.0116,94.9175 C63.1366,93.7305 59.5436,92.6085 54.6076,90.1675 C47.5826,86.6945 41.1946,82.2065 35.5246,76.8335 C29.1906,70.8335 22.6076,61.2925 21.8576,47.2925 C21.0476,32.1835 26.6756,19.8005 36.1896,11.6595 C24.9566,20.8285 17.7816,34.7795 17.7816,50.4105 C17.7816,61.3545 21.2466,71.4225 27.2106,79.6565 C29.1966,81.4595 31.3236,83.1725 33.4116,84.6675 C39.0236,88.6875 47.1746,92.3275 53.8936,94.4175" id="Fill-6" fill="#FFFFFF"></path>
<path d="M118.4668,38.9644 C115.3988,24.5534 105.8718,14.4624 93.1328,7.3374 C102.8738,14.2754 116.5888,29.0214 108.5048,42.0234 C101.6488,52.4484 84.9838,50.4034 75.8768,45.4644 C65.0498,39.5924 51.4838,26.3724 64.8638,13.4504 C73.5248,5.0894 101.1068,14.4644 96.2358,26.9644 C93.4048,34.2294 82.3948,32.6164 77.4388,29.0604 C73.7848,26.4384 70.7128,21.9294 72.3408,17.2754 C72.8628,15.7824 72.7868,13.4654 70.6798,15.1704 C69.1068,16.4434 68.3158,18.5384 68.0398,20.4864 C65.7358,36.7834 94.7688,49.4154 103.3798,33.6494 C107.8508,25.4644 100.6068,13.5894 91.4888,8.7144 C84.6208,5.0424 77.4998,2.4644 68.7578,3.0894 C54.7818,4.0884 43.0478,12.8314 41.5788,27.1154 C40.1228,41.2914 49.5978,54.0844 60.7748,61.7264 C72.5128,69.7534 88.3168,75.0464 102.7678,70.2574 C115.7198,65.9644 121.0708,51.0974 118.4668,38.9644" id="Fill-8" fill="#FFFFFF"></path>
<path d="M100.2344,27.9272 C101.6234,18.5872 93.1804,12.1762 85.3844,9.2612 C76.1884,5.8212 64.0464,7.3312 57.3504,14.9472 C52.4384,20.5352 52.7724,28.6592 55.2964,35.2182 C59.1144,45.1422 67.7354,52.3152 77.7704,55.4112 C84.9014,57.6132 93.5214,58.5732 100.7504,56.2472 C111.2874,52.8582 114.7194,41.8662 112.5424,31.7982 C112.0734,29.6302 111.3594,27.4952 110.4064,25.4932 C109.0764,22.6982 104.9984,17.0422 110.6194,23.9312 C111.2334,24.6842 111.7204,25.5142 112.2424,26.3332 C113.4294,28.2002 114.2954,30.3142 114.9784,32.4102 C118.0444,41.8102 115.6374,52.7752 107.1294,58.4472 C100.6124,62.7912 92.3294,63.3062 84.7694,62.2222 C74.6384,60.7702 65.0854,55.8372 58.4524,47.9822 C52.3874,40.8022 48.2554,30.4882 50.7474,21.0642 C52.5704,14.1662 58.1724,9.0192 64.8764,6.8492 C73.3604,4.1012 82.6984,5.3762 90.3444,9.8372 C94.1684,12.0682 97.6714,15.1532 99.6164,19.1932 C100.4904,21.0072 100.9934,23.0192 101.0114,25.0352 C101.0184,25.8482 100.9834,26.6872 100.8214,27.4862 C100.7684,27.7782 100.1484,28.6072 100.2344,27.9272" id="Fill-10" fill="#3FE0C5"></path>
<polygon id="Fill-12" fill="#5F464D" points="0 108.8555 10.321 108.8555 10.321 112.3595 6.919 112.3595 6.919 127.5295 3.313 127.5295 3.313 112.3595 0 112.3595"></polygon>
<path d="M22.8096,116.1543 L24.9236,116.1543 C26.0536,116.1543 26.8326,116.0063 27.2586,115.7093 C27.6846,115.4123 27.8976,114.9203 27.8976,114.2303 C27.8976,113.8243 27.7916,113.4683 27.5806,113.1683 C27.3706,112.8673 27.0876,112.6503 26.7336,112.5173 C26.3796,112.3863 25.7296,112.3203 24.7846,112.3203 L22.8096,112.3203 L22.8096,116.1543 Z M19.2546,108.8553 L24.0216,108.8553 C26.0836,108.8553 27.5536,109.0393 28.4286,109.4063 C29.3026,109.7753 30.0066,110.3863 30.5396,111.2423 C31.0716,112.0953 31.3386,113.1073 31.3386,114.2753 C31.3386,115.5043 31.0436,116.5293 30.4556,117.3533 C29.8686,118.1793 28.9816,118.8043 27.7966,119.2263 L32.2206,127.5293 L28.3346,127.5293 L24.1356,119.6213 L22.8096,119.6213 L22.8096,127.5293 L19.2546,127.5293 L19.2546,108.8553 Z" id="Fill-14" fill="#5F464D"></path>
<g id="Group-18">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="Clip-17"></g>
<path d="M41.2588,108.8555 L44.8258,108.8555 L44.8258,120.9315 C44.8258,121.9705 44.9168,122.7075 45.0988,123.1385 C45.2808,123.5705 45.5808,123.9145 46.0008,124.1715 C46.4188,124.4295 46.9248,124.5585 47.5178,124.5585 C48.1438,124.5585 48.6838,124.4165 49.1358,124.1265 C49.5888,123.8395 49.9028,123.4745 50.0748,123.0315 C50.2488,122.5855 50.3358,121.7385 50.3358,120.4865 L50.3358,108.8555 L53.9038,108.8555 L53.9038,119.9885 C53.9038,121.8675 53.7978,123.1715 53.5858,123.8985 C53.3738,124.6265 52.9698,125.3305 52.3738,126.0055 C51.7768,126.6835 51.0888,127.1855 50.3108,127.5095 C49.5318,127.8355 48.6258,128.0005 47.5938,128.0005 C46.2388,128.0005 45.0618,127.6875 44.0578,127.0665 C43.0558,126.4435 42.3378,125.6665 41.9058,124.7305 C41.4748,123.7945 41.2588,122.2145 41.2588,119.9885 L41.2588,108.8555 Z" id="Fill-16" fill="#5F464D" mask="url(#mask-4)"></path>
</g>
<polygon id="Fill-19" fill="#5F464D" points="64.6611 108.8555 73.9281 108.8555 73.9281 112.3205 68.1891 112.3205 68.1891 115.7105 73.9281 115.7105 73.9281 119.1255 68.1891 119.1255 68.1891 127.5295 64.6611 127.5295"></polygon>
<polygon id="Fill-21" fill="#5F464D" points="83.7676 108.8555 93.0356 108.8555 93.0356 112.3205 87.2966 112.3205 87.2966 115.7105 93.0356 115.7105 93.0356 119.1255 87.2966 119.1255 87.2966 127.5295 83.7676 127.5295"></polygon>
<polygon id="Fill-23" fill="#5F464D" points="102.8398 108.8555 106.3948 108.8555 106.3948 124.1405 111.5738 124.1405 111.5738 127.5295 102.8398 127.5295"></polygon>
<polygon id="Fill-25" fill="#5F464D" points="120.5205 108.8555 130.7145 108.8555 130.7145 112.3345 124.0495 112.3345 124.0495 115.7105 130.7145 115.7105 130.7145 119.1255 124.0495 119.1255 124.0495 124.0395 130.7145 124.0395 130.7145 127.5295 120.5205 127.5295"></polygon>
</g>
</svg>
</div>
</div>
<div class="col-xs-12 col-md-3">
<ul class="list-unstyled">
<li><a href="/">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="/tutorials">Tutorials</a></li>
<li><a href="/community">Community</a></li>
<li><a href="/dashboard">Dashboard</a></li>
<li><a href="https://github.com/trufflesuite">Github</a></li>
</ul>
<strong>A CONSENSYS FORMATION © 2016</strong>
<strong>DESIGN BY JOHN MCDOWALL</strong>
</div>
<div class="col-xs-12 col-md-7">
<div class="BetaSignup">
<h5>SIGN UP FOR THE TRUFFLE MAILING LIST</h5>
<div id="mc_embed_signup">
<form action="//readthedocs.us14.list-manage.com/subscribe/post?u=563e4b50100f771d2d17cf7a5&id=b754a8ab50" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class='FormWrapper'>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Your Email Address</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" required>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_563e4b50100f771d2d17cf7a5_b754a8ab50" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<svg width="1171px" height="187px" viewBox="145 231 1171 187" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Logo-Text" opacity="0.0299999993" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(145.000000, 231.000000)">
<polygon id="Fill-12" fill="#5F464D" points="0 2 94.8103448 2 94.8103448 35.4000214 63.5590326 35.4000214 63.5590326 180 30.4337441 180 30.4337441 35.4000214 0 35.4000214"></polygon>
<path d="M202.080259,71.573846 L221.485044,71.573846 C231.857517,71.573846 239.008098,70.1631145 242.918429,67.3321195 C246.828759,64.5011246 248.783924,59.8113955 248.783924,53.2343365 C248.783924,49.3643569 247.810931,45.9709757 245.874124,43.1113848 C243.946497,40.242262 241.348789,38.1738246 238.099359,36.9060726 C234.84993,35.6573846 228.883463,35.0282746 220.209138,35.0282746 L202.080259,35.0282746 L202.080259,71.573846 Z M169.448276,2 L213.205425,2 C232.132893,2 245.626287,3.7538824 253.658069,7.25211524 C261.680671,10.769412 268.142814,16.5934454 273.035317,24.7528114 C277.91864,32.8835815 280.369481,42.5299347 280.369481,53.6632751 C280.369481,65.3780658 277.661623,75.1483346 272.264265,83.0026775 C266.876087,90.8760844 258.734155,96.8335654 247.856827,100.856057 L288.465517,180 L252.795226,180 L214.251851,104.621185 L202.080259,104.621185 L202.080259,180 L169.448276,180 L169.448276,2 Z" id="Fill-14" fill="#5F464D"></path>
<path d="M369.155172,0 L401.021365,0 L401.021365,117.953095 C401.021365,128.101593 401.834323,135.300287 403.460241,139.510107 C405.086158,143.729694 407.766241,147.089736 411.518358,149.6 C415.252608,152.120031 419.773015,153.380047 425.070647,153.380047 C430.663087,153.380047 435.487238,151.993053 439.52523,149.16046 C443.572156,146.357169 446.37731,142.792008 447.913891,138.464978 C449.46834,134.108645 450.245564,125.835518 450.245564,113.606529 L450.245564,0 L482.12069,0 L482.12069,108.742283 C482.12069,127.095534 481.173727,139.832437 479.279801,146.933455 C477.385876,154.044241 473.776697,160.920606 468.452264,167.513711 C463.118898,174.136119 456.972573,179.039436 450.022224,182.204126 C443.06294,185.388352 434.969088,187 425.749601,187 C413.644558,187 403.129697,183.942753 394.160351,177.877096 C385.208872,171.791904 378.794539,164.202507 374.935219,155.060068 C371.084832,145.917629 369.155172,130.484879 369.155172,108.742283 L369.155172,0 Z" id="Fill-16" fill="#5F464D"></path>
<polygon id="Fill-19" fill="#5F464D" points="578.948276 2 666.698276 2 666.698276 35.0282746 612.355204 35.0282746 612.355204 67.3416515 666.698276 67.3416515 666.698276 99.8933276 612.355204 99.8933276 612.355204 180 578.948276 180"></polygon>
<polygon id="Fill-21" fill="#5F464D" points="748.396552 2 836.146552 2 836.146552 35.0282746 781.809343 35.0282746 781.809343 67.3416515 836.146552 67.3416515 836.146552 99.8933276 781.809343 99.8933276 781.809343 180 748.396552 180"></polygon>
<polygon id="Fill-23" fill="#5F464D" points="918.853448 2 952.107097 2 952.107097 147.696155 1000.55172 147.696155 1000.55172 180 918.853448 180"></polygon>
<polygon id="Fill-25" fill="#5F464D" points="1075.18966 2 1170 2 1170 35.1617222 1108.01148 35.1617222 1108.01148 67.3416515 1170 67.3416515 1170 99.8933276 1108.01148 99.8933276 1108.01148 146.733426 1170 146.733426 1170 180 1075.18966 180"></polygon>
</g>
</svg>
</div>
</section>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="/scripts/main.js"></script>
<script src="/deps/scripts/prism.js"></script>
<script src="/deps/scripts/collapse.js"></script>
<script src="/deps/scripts/dropdown.js"></script>
<script src="/deps/scripts/lunr.js"></script>
<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-83874933-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
</main>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="/scripts/main.js"></script>
<script src="/deps/scripts/prism.js"></script>
<script src="/deps/scripts/collapse.js"></script>
<script src="/deps/scripts/dropdown.js"></script>
<script src="/deps/scripts/lunr.js"></script>
<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-83874933-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>