-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
659 lines (553 loc) · 29 KB
/
index.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
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
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<title>Embark into the Ether. | Embark</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Canonical links -->
<link rel="canonical" href="https://framework.embarklabs.io/index.html">
<!-- Alternative links -->
<link rel="alternative" hreflang="en" href="https://framework.embarklabs.io/index.html">
<!-- Icon -->
<meta name="msapplication-TileColor" content="#080E1A">
<link rel="icon" type="image/png" href="/assets/images/favicon-16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/assets/images/favicon-32.png" sizes="32x32" />
<link rel="apple-touch-icon" sizes="76x76" href="/assets/images/apple-touch-icon-60x60-precomposed.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/images/apple-touch-icon-76x76-precomposed.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/images/apple-touch-icon-120x120-precomposed.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/images/apple-touch-icon-152x152-precomposed.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon" href="/assets/images/apple-touch-icon-precomposed.png">
<!-- CSS -->
<link rel="stylesheet" href="/css/embark.css">
<!-- endbuild -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
<!-- RSS -->
<link rel="alternate" href="/atom.xml" title="Embark">
<meta property="og:image" content="/img/share.png?v=0.0.5" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.4/styles/dracula.min.css">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script>
!function(root, factory) {
"function" == typeof define && define.amd ? // AMD. Register as an anonymous module unless amdModuleId is set
define([], function() {
return root.svg4everybody = factory();
}) : "object" == typeof module && module.exports ? // Node. Does not work with strict CommonJS, but
// only CommonJS-like environments that support module.exports,
// like Node.
module.exports = factory() : root.svg4everybody = factory();
}(this, function() {
/*! svg4everybody v2.1.9 | github.com/jonathantneal/svg4everybody */
function embed(parent, svg, target) {
// if the target exists
if (target) {
// create a document fragment to hold the contents of the target
var fragment = document.createDocumentFragment(), viewBox = !svg.hasAttribute("viewBox") && target.getAttribute("viewBox");
// conditionally set the viewBox on the svg
viewBox && svg.setAttribute("viewBox", viewBox);
// copy the contents of the clone into the fragment
for (// clone the target
var clone = target.cloneNode(!0); clone.childNodes.length; ) {
fragment.appendChild(clone.firstChild);
}
// append the fragment into the svg
parent.appendChild(fragment);
}
}
function loadreadystatechange(xhr) {
// listen to changes in the request
xhr.onreadystatechange = function() {
// if the request is ready
if (4 === xhr.readyState) {
// get the cached html document
var cachedDocument = xhr._cachedDocument;
// ensure the cached html document based on the xhr response
cachedDocument || (cachedDocument = xhr._cachedDocument = document.implementation.createHTMLDocument(""),
cachedDocument.body.innerHTML = xhr.responseText, xhr._cachedTarget = {}), // clear the xhr embeds list and embed each item
xhr._embeds.splice(0).map(function(item) {
// get the cached target
var target = xhr._cachedTarget[item.id];
// ensure the cached target
target || (target = xhr._cachedTarget[item.id] = cachedDocument.getElementById(item.id)),
// embed the target into the svg
embed(item.parent, item.svg, target);
});
}
}, // test the ready state change immediately
xhr.onreadystatechange();
}
function svg4everybody(rawopts) {
function oninterval() {
// while the index exists in the live <use> collection
for (// get the cached <use> index
var index = 0; index < uses.length; ) {
// get the current <use>
var use = uses[index], parent = use.parentNode, svg = getSVGAncestor(parent), src = use.getAttribute("xlink:href") || use.getAttribute("href");
if (!src && opts.attributeName && (src = use.getAttribute(opts.attributeName)),
svg && src) {
if (polyfill) {
if (!opts.validate || opts.validate(src, svg, use)) {
// remove the <use> element
parent.removeChild(use);
// parse the src and get the url and id
var srcSplit = src.split("#"), url = srcSplit.shift(), id = srcSplit.join("#");
// if the link is external
if (url.length) {
// get the cached xhr request
var xhr = requests[url];
// ensure the xhr request exists
xhr || (xhr = requests[url] = new XMLHttpRequest(), xhr.open("GET", url), xhr.send(),
xhr._embeds = []), // add the svg and id as an item to the xhr embeds list
xhr._embeds.push({
parent: parent,
svg: svg,
id: id
}), // prepare the xhr ready state change event
loadreadystatechange(xhr);
} else {
// embed the local id into the svg
embed(parent, svg, document.getElementById(id));
}
} else {
// increase the index when the previous value was not "valid"
++index, ++numberOfSvgUseElementsToBypass;
}
}
} else {
// increase the index when the previous value was not "valid"
++index;
}
}
// continue the interval
(!uses.length || uses.length - numberOfSvgUseElementsToBypass > 0) && requestAnimationFrame(oninterval, 67);
}
var polyfill, opts = Object(rawopts), newerIEUA = /\bTrident\/[567]\b|\bMSIE (?:9|10)\.0\b/, webkitUA = /\bAppleWebKit\/(\d+)\b/, olderEdgeUA = /\bEdge\/12\.(\d+)\b/, edgeUA = /\bEdge\/.(\d+)\b/, inIframe = window.top !== window.self;
polyfill = "polyfill" in opts ? opts.polyfill : newerIEUA.test(navigator.userAgent) || (navigator.userAgent.match(olderEdgeUA) || [])[1] < 10547 || (navigator.userAgent.match(webkitUA) || [])[1] < 537 || edgeUA.test(navigator.userAgent) && inIframe;
// create xhr requests object
var requests = {}, requestAnimationFrame = window.requestAnimationFrame || setTimeout, uses = document.getElementsByTagName("use"), numberOfSvgUseElementsToBypass = 0;
// conditionally start the interval if the polyfill is active
polyfill && oninterval();
}
function getSVGAncestor(node) {
for (var svg = node; "svg" !== svg.nodeName.toLowerCase() && (svg = svg.parentNode); ) {}
return svg;
}
return svg4everybody;
});
svg4everybody();
</script>
</head>
<body>
<header role="banner" class="c-header ">
<span class="c-header__background"></span>
<div class="o-container c-header__content">
<div class="c-header__top">
<a href="/" title="Embark" class="c-logo c-logo--negative">Embark</a>
<nav role="navigation" class="c-navigation">
<div class="c-navigation__header">
<a href="/" title="Embark" class="c-logo">Embark</a>
<button class="c-navigation__close u-text-light" title="Close menu">
<svg class="c-icon c-icon--xs"><use xlink:href="/../assets/icons/symbols.svg#icon-close"></use></svg>
</button>
</div>
<div class="c-navigation__body">
<ul class="c-navigation__list">
<li class="c-navigation__item">
<a href="/docs/quick_start.html" class="c-navigation__anchor " title="Quick Start">Quick Start</a>
</li>
<li class="c-navigation__item">
<a href="/docs" class="c-navigation__anchor " title="Learn">Learn</a>
</li>
<li class="c-navigation__item">
<a href="/plugins" class="c-navigation__anchor " title="Plugins">Plugins</a>
</li>
<li class="c-navigation__item">
<a href="/community" class="c-navigation__anchor " title="Community">Community</a>
</li>
<li class="c-navigation__item">
<a href="https://blog.embarklabs.io" target="_blank" rel="noopener" class="c-navigation__anchor " title="Blog">Blog</a>
</li>
</ul>
</div>
</nav>
<div class="o-flex o-flex-center">
<form action="" class="o-flex__item u-hidden-until-large">
<input type="search" placeholder="Search" id="search-input">
</form>
<div class="o-flex__item">
<ul class="o-flex o-flex-center">
<li class="o-flex__item">
<a href="https://github.com/embarklabs/embark" title="Github" target="_blank" class="u-link-ghost">
<svg class="c-icon"><use xlink:href="/../assets/icons/symbols.svg#icon-github"></use></svg>
</a>
</li>
<li class="o-flex__item">
<a href="https://twitter.com/EmbarkProject" title="Twitter" target="_blank">
<svg class="c-icon"><use xlink:href="/../assets/icons/symbols.svg#icon-twitter"></use></svg>
</a>
</li>
<li class="o-flex__item u-hidden-large-up">
<button type="button"class="c-navigation__trigger u-link-ghost" title="Open menu">
<svg class="c-icon"><use xlink:href="/../assets/icons/symbols.svg#icon-navigation-menu"></use></svg>
</button>
</li>
</ul>
</div>
</div>
</div>
<div class="c-quick-search o-distance-m u-hidden-large-up">
<input type="search" id="inp-search" placeholder="Search">
</div>
<div class="c-header__body">
<h1 class="c-title u-text-ghost">Embark into the Ether.</h1>
<p class="c-subtitle o-distance-s">The all-in-one developer platform for building and deploying decentralized applications.</p>
<div class="o-buttonbar">
<a href="/docs" class="c-button o-buttonbar__item" title="Get Started">Get Started</a>
<span class="c-button c-button--stateless o-buttonbar__item">npm install -g embark</span>
</div>
<div class="o-distance-l">
<a class="github-button" href="https://github.com/embarklabs/embark" target="_blank" rel="noopener" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star embarklabs/embark on GitHub">Star</a>
</div>
</div>
</div>
</header>
<main role="main">
<section class="o-container o-distance">
<div class="o-heading o-center">
<h2 class="o-heading__title c-section-title">
<span class="u-text-light">More than a </span>framework.
</h2>
<p class="o-heading__subtitle c-subtitle u-text-death">
Embark is a platform that enables easy development and deployment of decentralized applications.
</p>
<p class="o-heading__footer">
<a href="/community" class="c-link" title="Join the Community">Join the Community</a>
</p>
</div>
<div class="o-distance-l">
<div class="o-grid">
<div class="c-box c-box--whisper o-grid__column--1-1 o-grid__column--large-1-3 ">
<svg class="c-icon c-icon--l"><use xlink:href="/../../assets/icons/symbols.svg#icon-pen-write-paper"></use></svg>
<h3 class="c-body-title">
Smart Contract Management
</h3>
<p class="c-box__subtitle u-text-light">Build, test, and deploy your Smart Contracts without the hassle. Embark takes care of the ground work, watches for changes, and redeploys your application when needed.</p>
<p class="c-box__footer">
<a href="/docs/contracts_configuration.html" title="Learn more" class="c-link">Learn more</a>
</p>
</div>
<div class="c-box c-box--whisper o-grid__column--1-1 o-grid__column--large-1-3 ">
<svg class="c-icon c-icon--l"><use xlink:href="/../../assets/icons/symbols.svg#icon-search-bar"></use></svg>
<h3 class="c-body-title">
Easy to use Debugger and Testing
</h3>
<p class="c-box__subtitle u-text-light">Testing shouldn't be an afterthought. Embark makes debugging and testing first-class citizens of your development workflow.</p>
<p class="c-box__footer">
<a href="/docs/contracts_testing.html" title="Learn more" class="c-link">Learn more</a>
</p>
</div>
<div class="c-box c-box--whisper o-grid__column--1-1 o-grid__column--large-1-3 ">
<svg class="c-icon c-icon--l"><use xlink:href="/../../assets/icons/symbols.svg#icon-pie-line-graph"></use></svg>
<h3 class="c-body-title">
End to End DApp Development
</h3>
<p class="c-box__subtitle u-text-light">Go beyond Smart Contracts if you want to. Embark offers great integrations with decentralised services such as IPFS and Whisper.</p>
<p class="c-box__footer">
<a href="/docs/javascript_usage.html" title="Learn more" class="c-link">Learn more</a>
</p>
</div>
</div>
</div>
</section>
<section class="o-distance-xl">
<div class="c-box c-box--dark">
<div class="o-container">
<div class="o-media">
<div class="o-media__body">
<h2 class="c-section-title u-text-ghost">Powerful CLI</h2>
<p class="c-subtitle o-box__subtitle u-text-light">Embark's command line interface comes with a rich dashboard so <strong>you</strong> are in control.</p>
<div class="o-distance-l">
<ul class="c-checklist">
<li class="c-checklist__item u-text-light">
<span class="c-checklist__circle">
<svg class="c-icon c-checklist__icon"><use xlink:href="/../assets/icons/symbols.svg#icon-check"></use></svg>
</span>
Service Monitoring
</li>
<li class="c-checklist__item u-text-light">
<span class="c-checklist__circle">
<svg class="c-icon c-checklist__icon"><use xlink:href="/../assets/icons/symbols.svg#icon-check"></use></svg>
</span>
Interactive REPL
</li>
<li class="c-checklist__item u-text-light">
<span class="c-checklist__circle">
<svg class="c-icon c-checklist__icon"><use xlink:href="/../assets/icons/symbols.svg#icon-check"></use></svg>
</span>
Real-time Deployment
</li>
</ul>
</div>
<a href="/docs/create_project.html" title="Creating apps using the CLI" class="c-button o-distance-l">Get Started</a>
</div>
<div class="o-media__asset">
<img src="/assets/images/cli-tool.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section class="o-container o-distance-xxl">
<div class="o-grid">
<div class="o-grid__column--1-1 o-grid__column--medium-1-2">
<img src="/assets/images/EMBARK_MODULAR.png" alt="" style="max-width: 85%;">
</div>
<div class="o-grid__column--1-1 o-grid__column--medium-1-2">
<div class="o-heading ">
<h2 class="o-heading__title c-section-title">
<span class="u-text-light">Modular by </span>Design
</h2>
<p class="o-heading__subtitle c-subtitle u-text-death">
Pick and choose which features, plugins and tools you want to integrate with. Embark is built with modularity in mind.
</p>
</div>
<div class="o-distance-l">
<ul class="c-checklist">
<li class="c-checklist__item ">
<span class="c-checklist__circle">
<svg class="c-icon c-checklist__icon"><use xlink:href="/../assets/icons/symbols.svg#icon-check"></use></svg>
</span>
Smart Contract only or full-fledged DApps
</li>
<li class="c-checklist__item ">
<span class="c-checklist__circle">
<svg class="c-icon c-checklist__icon"><use xlink:href="/../assets/icons/symbols.svg#icon-check"></use></svg>
</span>
Integrate with existing tools
</li>
<li class="c-checklist__item ">
<span class="c-checklist__circle">
<svg class="c-icon c-checklist__icon"><use xlink:href="/../assets/icons/symbols.svg#icon-check"></use></svg>
</span>
Extend it to your needs
</li>
</ul>
</div>
<div class="o-distance-l">
<div class="o-buttonbar">
<a href="/plugins" title="Plugins" class="c-button o-buttonbar__item">See plugins</a>
<a href="/docs/creating_plugins.html" title="Creating Plugins" class="c-button c-button--ghost o-buttonbar__item">Create your own</a>
</div>
</div>
</div>
</div>
</section>
<section class="o-distance-xxl">
<div class="c-box c-box--universe c-box--visible o-overlap" style="background-image: url(/../../assets/images/dots.png)">
<div class="o-container">
<div class="o-heading o-center">
<h2 class="o-heading__title c-section-title">Mission control with <span class="u-text-ghost">Cockpit.</span></h2>
<p class="o-heading__subtitle c-subtitle u-text-ghost">A web interface for building, debugging and deploying decentralised applications.</p>
<p class="o-heading__footer">
<!-- <a href="#" class="c-button c-button--ghost" title="Get Started">Get Started</a>-->
</p>
</div>
<div class="o-distance-xl">
<div class="o-grid">
<div class="o-grid__column--1-1 o-grid__column--medium-1-2 o-grid__column--large-1-4">
<h3 class="c-title-level-3 u-text-ghost">Web UI Dashboard</h3>
<p>Gives an overview of all processes controlled by Embark. It also comes with an interactive console and predictive commands.</p>
<a href="/docs/cockpit_dashboard.html" title="Cockpit Dashboard">Learn more →</a>
</div>
<div class="o-grid__column--1-1 o-grid__column--medium-1-2 o-grid__column--large-1-4">
<h3 class="c-title-level-3 u-text-ghost">Explorer</h3>
<p>Cockpit's explorer lets you easily review any transactions, Smart Contracts, and accounts.</p>
<a href="/docs/cockpit_explorer.html" title="Cockpit Explorer">Learn more →</a>
</div>
<div class="o-grid__column--1-1 o-grid__column--medium-1-2 o-grid__column--large-1-4">
<h3 class="c-title-level-3 u-text-ghost">Deployment</h3>
<p>With Cockpit you can iteratively and selectively deploy your Smart Contracts, removing headaches associated with complex applications.</p>
<a href="/docs/cockpit_deployment.html" title="Cockpit Deployment">Learn more →</a>
</div>
<div class="o-grid__column--1-1 o-grid__column--medium-1-2 o-grid__column--large-1-4">
<h3 class="c-title-level-3 u-text-ghost">Code Editor</h3>
<p>Edit your source files from right within Cockpit for quick and easy updates.</p>
<a href="/docs/cockpit_editor.html" title="Cockpit Editor">Learn more →</a>
</div>
</div>
</div>
<div class="o-overlap__image">
<img src="/assets/images/tool-screenshot.png" alt="Cockpit">
</div>
</div>
</div>
</section>
<section class="o-container o-distance o-center">
<p class="c-subtitle u-text-death">Companies who use and love Embark.</p>
<div class="o-distance-m">
<ul class="o-list-inline o-flex-space-between o-nowrap">
<li class="o-list-inline__item">
<img src="/assets/images/company-flexdapps.svg" alt="Flexdapps">
</li>
<li class="o-list-inline__item">
<img src="/assets/images/company-giveth.svg" alt="Giveth">
</li>
<li class="o-list-inline__item">
<img src="/assets/images/company-status.svg" alt="status">
</li>
</ul>
</div>
</section>
<section class="o-distance">
<div class="c-box c-box--unframed" style="background-image: url(/assets/images/bg-hexagons.png)">
<div class="o-heading o-center">
<h2 class="o-heading__title c-section-title">
<span class="u-text-light">For developers</span>, by developers
</h2>
<p class="o-heading__subtitle c-subtitle u-text-death">
Embark is a fully open source effort. Get involved and be part of the journey.
</p>
<p class="o-heading__footer">
<a href="/community" class="c-link" title="Join the Community">Join the Community</a>
</p>
</div>
</div>
</section>
<section>
<div class="o-container-medium o-distance o-center">
<div class="c-box c-box--spot">
<h3><span>Sign up for updates</span></h3>
<div id="mc_embed_signup" class="o-distance-l">
<form action="https://status.us20.list-manage.com/subscribe/post?u=774518184e8661075f1b012f5&id=4189213bb9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="o-buttonbar">
<input type="email" value="" name="EMAIL" class="required email o-buttonbar__item" id="mce-EMAIL" placeholder="Enter your email address">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="c-button o-buttonbar__item">
<!-- 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_774518184e8661075f1b012f5_4189213bb9" tabindex="-1" value=""></div>
</div>
</form>
</div>
<p class="o-distance-m">Sign up for our newsletter and get updates about Embark and our development progress first!</p>
</div>
</div>
</section>
</main>
<footer role="contentinfo" class="c-footer o-distance-xxl">
<div class="o-container">
<div class="c-footer__top">
<p class="c-category-title c-footer__top__title u-text-light">
<a href="/" class="c-logo c-logo--negative" title="Embark">Embark</a>
</p>
</div>
<div class="c-footer__body">
<div class="o-grid">
<div class="o-grid__column--1-1 o-grid__column--medium-1-2 o-grid__column--large-1-5">
<p class="c-category-title u-text-light">Resources</p>
<ul class="o-list-bare">
<li class="o-list-bare__item">
<a href="/docs/quick_start.html" class="u-link-ghost" title="Quick Start">Quick Start</a>
</li>
<li class="o-list-bare__item">
<a href="/docs" class="u-link-ghost" title="Documentation">Documentation</a>
</li>
<li class="o-list-bare__item">
<a href="https://blog.embarklabs.io" target="_blank" rel="noopener" class="u-link-ghost" title="Blog">Blog</a>
</li>
<li class="o-list-bare__item">
<a href="/docs/faq.html" class="u-link-ghost" title="FAQ">FAQ</a>
</li>
<li class="o-list-bare__item">
<a href="/docs/troubleshooting.html" class="u-link-ghost" title="Troubleshooting">Troubleshooting</a>
</li>
</ul>
</div>
<div class="o-grid__column--1-1 o-grid__column--medium-1-2 o-grid__column--large-1-5">
<p class="c-category-title u-text-light">Help</p>
<ul class="o-list-bare">
<li class="o-list-bare__item">
<a href="https://stackoverflow.com/questions/tagged/embark" target="_blank" rel="noopener" class="u-link-ghost" title="Embark Questions">Stack Overflow</a>
</li>
<li class="o-list-bare__item">
<a href="https://gitter.im/embark-framework/Lobby" target="_blank" rel="noopener" class="u-link-ghost" title="Gitter">Gitter</a>
</li>
<li class="o-list-bare__item">
<a href="https://github.com/embarklabs/embark/issues" target="_blank" rel="noopener" class="u-link-ghost" title="Report issues">Report issues</a>
</li>
<li class="o-list-bare__item">
<a href="https://github.com/embarklabs/embark/blob/master/CODE_OF_CONDUCT.md" target="_blank" rel="noopener" class="u-link-ghost" title="Code of Conduct">Code of Conduct</a>
</li>
</ul>
</div>
<div class="o-grid__column--1-1 o-grid__column--medium-1-2 o-grid__column--large-1-5">
<p class="c-category-title u-text-light">Community</p>
<ul class="o-list-bare">
<li class="o-list-bare__item">
<a href="https://github.com/embarklabs" target="_blank" rel="noopener" class="u-link-ghost" title="Github">Github</a>
</li>
<li class="o-list-bare__item">
<a href="https://twitter.com/EmbarkProject" target="_blank" rel="noopener" class="u-link-ghost" title="Twitter">Twitter</a>
</li>
<li class="o-list-bare__item">
<a href="/docs/contributing.html" class="u-link-ghost" title="Contribute">Contribute</a>
</li>
<li class="o-list-bare__item">
<a href="/community/#team" class="u-link-ghost" title="Team">Team</a>
</li>
</ul>
</div>
<div class="o-grid__column--1-1 o-grid__column--medium-1-2 o-grid__column--large-1-4">
<p class="c-category-title u-text-light">The Status Network</p>
<ul class="o-list-bare two-columns">
<li class="o-list-bare__item"><a class="u-link-ghost" href="https://status.im/" target="_blank">Status</a></li>
<li class="o-list-bare__item"><a class="u-link-ghost" href="https://keycard.tech/" target="_blank">Keycard</a></li>
<li class="o-list-bare__item"><a class="u-link-ghost" href="https://dap.ps/" target="_blank">dap.ps</a></li>
<li class="o-list-bare__item"><a class="u-link-ghost" href="https://teller.exchange/" target="_blank">Teller</a></li>
<li class="o-list-bare__item"><a class="u-link-ghost" href="https://assemble.fund/" target="_blank">Assemble</a></li>
<li class="o-list-bare__item"><a class="u-link-ghost" href="https://subspace.embarklabs.io/" target="_blank">Subspace</a></li>
<li class="o-list-bare__item"><a class="u-link-ghost" href="https://vac.dev/" target="_blank">Vac</a></li>
<li class="o-list-bare__item"><a class="u-link-ghost" href="https://nimbus.team/" target="_blank">Nimbus</a></li>
</ul>
</div>
</div>
</div>
<div class="c-footer__bottom">
<p class="u-text-light">
<a href="https://status.im/privacy-policy.html" title="Privacy Policy" target="_blank" class="u-text-light">Privacy Policy</a>
/ © 2019-2020 Embark
</p>
</div>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.4/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js"></script>
<script>
const EMBARK_DOC_VERSIONS = {
'latest': 'https://framework.embarklabs.io/docs','3.2': 'https://5ca4e0fdb29712000adde37f--embark-site-versions.netlify.com/docs/'
};
</script>
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
(function(f, a, t, h, o, m){
a[h]=a[h]||function(){(a[h].q=a[h].q||[]).push(arguments)};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
})(document, window, '//fathom.status.im/tracker.js', 'fathom');
fathom('set', 'siteId', 'YDUQQ');
fathom('trackPageview');
</script>
<!-- / Fathom -->
<script src="/js/index.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script type="text/javascript">
docsearch({
apiKey: '439d8dc2add18007a2f31be4a9c0ed70',
indexName: 'embark',
inputSelector: '#search-input'
});
</script>
</body>
</html>