This repository was archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathindex.handlebars
178 lines (169 loc) · 8.87 KB
/
index.handlebars
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
---
title: Stellar Developers Documentation
previewImage: landing-2.png
---
{{> head}}
{{> header-full-with-sidebar}}
<div class="so-back hero spu-background-primary8 spu-padTop-40 spu-padBottom-30">
<section class="so-chunk spu-padBottom-20">
<h1 class="landing-sectionTitle">Stellar Documentation</h1>
<p class="spu-centerBlock spu-centerText spu-fontSize-3 landing-lead">
<span class="spu-lineFullL">Stellar is open-source, distributed payments infrastructure. Build affordable
financial services.</span>
</p>
</section>
<section class="so-chunk spu-padBottom-20">
<div class="miniItems landing0616-introMini">
<a href="{{pathPrefix}}/guides/get-started/" class="miniItems__item landing0616-introMini__item">
<div>
<span class="landing0616-circleNum">1</span>
</div>
<span class="graphic-network"></span>
<p class="spu-padTop-10 spu-padBottom-20">Stellar Network Overview</p>
</a>
<a href="{{pathPrefix}}/guides/get-started/create-account.html"
class="miniItems__item landing0616-introMini__item">
<div>
<span class="landing0616-circleNum">2</span>
</div>
<span class="graphic-checkId"></span>
<p class="spu-padTop-10 spu-padBottom-20">Create an Account</p>
</a>
<a href="{{pathPrefix}}/guides/get-started/transactions.html" class="miniItems__item landing0616-introMini__item">
<div>
<span class="landing0616-circleNum">3</span>
</div>
<span class="graphic-money"></span>
<p class="spu-padTop-10 spu-padBottom-20">Send and Receive Money</p>
</a>
</div>
</section>
<div class="spu-background-neutral9"></div>
</div>
<div class="so-back spu-padBottom-50">
<section class="so-chunk spu-pad-20 flexCols flexCols--l spu-padBottom-10">
<section class="flexCols__col flexCols--l__col spu-padTB-15 spu-padSE-10">
<div class="landing0616-resLink">
<div class="centerText">
<span class="graphic-pageCode"></span>
</div>
<h2 class="spu-color-neutral4 landing0616-resTitle">Reference & SDKs</h2>
</div>
<ul class="spu-color-primary4 landing0616-res">
<li class="landing0616-res__item"><a href="{{pathPrefix}}/horizon/reference/">REST API</a></li>
<li class="landing0616-res__item"><a href="{{pathPrefix}}/js-stellar-sdk/reference/">JavaScript SDK</a></li>
<li class="landing0616-res__item"><a href="{{pathPrefix}}/go/reference/">Go SDK</a></li>
<li class="landing0616-res__item"><a href="https://github.com/stellar/java-stellar-sdk">Java SDK</a></li>
</ul>
<div class="landing0616-resLink spu-padTop-15">
<h2 class="spu-color-neutral4 landing0616-resTitle sub">Community SDKs</h2>
</div>
<ul class="spu-color-primary4 landing0616-res">
<li class="landing0616-res__item"><a href="https://github.com/StellarCN/py-stellar-base">Python SDK</a></li>
<li class="landing0616-res__item"><a href="https://github.com/elucidsoft/dotnetcore-stellar-sdk">C# .NET Core
2.0 SDK</a></li>
<li class="landing0616-res__item"><a href="https://github.com/bloom-solutions/ruby-stellar-sdk">Ruby SDK</a>
</li>
<li class="landing0616-res__item"><a href="https://github.com/Soneso/stellar-ios-mac-sdk">iOS and macOS SDK</a>
</li>
<li class="landing0616-res__item"><a href="https://github.com/synesso/scala-stellar-sdk">Scala SDK</a></li>
<li class="landing0616-res__item"><a href="https://github.com/bnogalm/StellarQtSDK">C++ SDK</a></li>
</ul>
</section>
<section class="flexCols__col flexCols--l__col spu-padTB-15 spu-padSE-10">
<div class="landing0616-resLink">
<div class="centerText">
<span class="graphic-pageWriting"></span>
</div>
<h2 class="spu-color-neutral4 landing0616-resTitle">Guides</h2>
</div>
<ul class="spu-color-primary4 landing0616-res">
<li class="landing0616-res__item"><a href="{{pathPrefix}}/guides/get-started/">Get Started</a></li>
<li class="landing0616-res__item"><a href="https://www.stellar.org/old-content/2016/08/Sending-Payment-Flow-Detailed.jpg">Sending Payments</a></li>
<li class="landing0616-res__item"><a href="https://www.stellar.org/old-content/2016/08/Receiving-Payment-Flow-Detailed.jpg">Receiving Payments</a></li>
<li class="landing0616-res__item"><a href="{{pathPrefix}}/guides/walkthroughs/stellar-smart-contracts.html">Stellar Smart Contracts (SSCs)</a></li>
<li class="landing0616-res__item"><a href="{{pathPrefix}}/guides/walkthroughs/how-to-complete-stellar-toml.html">How and Why to Complete Your Stellar.toml</a></li>
<li class="landing0616-res__item"><a href="{{pathPrefix}}/guides/walkthroughs/connect-to-wallets.html">How To Connect Your Stablecoin to Stellar Wallets</a></li>
</ul>
</section>
<section class="flexCols__col flexCols--l__col spu-padTB-15 spu-padSE-10">
<div class="landing0616-resLink">
<div class="centerText">
<span class="graphic-pageSoftware"></span>
</div>
<h2 class="spu-color-neutral4 landing0616-resTitle">Software</h2>
</div>
<ul class="spu-color-primary4 landing0616-res">
<li class="landing0616-res__item"><a href="https://hub.docker.com/r/stellar/quickstart/"><strong>Quickstart
Docker</strong></a></li>
<li class="landing0616-res__item"><a href="{{pathPrefix}}/stellar-core/software/admin.html">Stellar Core</a>
</li>
<li class="landing0616-res__item"><a href="https://github.com/stellar/go/tree/master/services/horizon">Horizon
API Server</a></li>
<li class="landing0616-res__item"><a
href="https://github.com/stellar/go/tree/master/services/federation">Federation Server</a></li>
<li class="landing0616-res__item"><a href="https://github.com/stellar/bridge-server">Bridge Server</a></li>
</ul>
</section>
</section>
<div class="landing0616-buildAppsSlant"></div>
</div>
<div style="display: none;" class="so-back landing0616-buildApps">
<section class="so-chunk spu-pad-20 centerText spu-color-neutral9 landing0616-buildApps__chunk">
<div class="spu-padBottom-20"><span class="graphic-prototypeGear"></span></div>
<h2 class="landing-sectionTitle spu-color-neutral9">Develop the future of finance</h2>
<p class="spu-fontSize-3 landing0616-buildApps__lead spu-padBottom-10">Build microsavings accounts for school fees
or health insurance, or a Slack bot to report a transaction stream. Develop a project to enter in the <a
href="https://www.stellar.org/lumens/build/">Stellar Build Challenge</a>.</p>
<p>
<a href="https://www.stellar.org/how-it-works/powered-by-stellar/"
class="s-button landing0616-cta spu-textUppercase">Build Stellar Apps</a>
</p>
</section>
</div>
<div class="so-back spu-background-neutral8">
<section class="so-chunk spu-padTop-30 spu-padBottom-30 centerText">
<h2 class="landing-sectionTitle spu-padBottom-15">Don't see what you're looking for?</h2>
<div class="halfSplit">
<div class="halfSplit__half">
<p class="spu-fontSize-3">Ask questions and get in touch with 1000+ developers.</p>
<div class="miniItems landing0616-lookMini">
<a href="https://keybase.io/team/stellar.public" class="miniItems__item landing0616-lookMini__item">
<span class="graphic-ldarkKeybase landing0616-lookMini__item__graphic"></span>
<p>Keybase</p>
</a>
<a href="https://stellar.stackexchange.com/" class="miniItems__item landing0616-lookMini__item">
<span class="graphic-ldarkStackExchange landing0616-lookMini__item__graphic"></span>
<p>StackExchange</p>
</a>
</div>
</div>
<div class="halfSplit__divider">
</div>
<div class="halfSplit__half">
<p class="spu-fontSize-3">Find more information and contact us in other Stellar channels.</p>
<div class="miniItems landing0616-lookMini">
<a href="https://github.com/stellar" class="miniItems__item landing0616-lookMini__item">
<span class="graphic-ldarkGithub landing0616-lookMini__item__graphic"></span>
<p>GitHub</p>
</a>
<a href="https://www.stellar.org/developers/blog/" class="miniItems__item landing0616-lookMini__item">
<span class="graphic-ldarkPaper landing0616-lookMini__item__graphic"></span>
<p>Dev blog</p>
</a>
<a href="https://twitter.com/stellarorg" class="miniItems__item landing0616-lookMini__item">
<span class="graphic-ldarkTwitter landing0616-lookMini__item__graphic"></span>
<p>Twitter</p>
</a>
</div>
</div>
</div>
</section>
</div>
<div class="so-back">
<div class="so-chunk spu-padTB-15 spu-maxWidth-40">
{{> modules/dev-newsletter}}
</div>
</div>
{{> footer }}
{{> foot}}