-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (150 loc) · 7.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to Stellar Dev Guide</title>
<link rel="stylesheet" href= "home.css">
</head>
<div>
<div class="logo">Stellar Dev Guide</div>
<div class="content">
<header>
<p>Welcome to <strong>Stellar Dev Guide</strong>, your comprehensive resource for learning how to develop on the Stellar network. Whether you're new to Stellar or an experienced developer, our tutorials and guides will help you understand and leverage the power of the Stellar blockchain.</p>
</header>
<section id="about">
<h2>About Stellar</h2>
<p>Stellar is an open-source, decentralized protocol for digital currency to fiat currency transfers which allows cross-border transactions between any currencies. Stellar makes it easy to create, send, and trade digital representations of all forms of money: dollars, pesos, bitcoin, pretty much anything.</p>
</section>
<section id="tutorials">
<h2>Our Tutorials</h2>
<p>We provide a variety of tutorials to help you get started with Stellar development. Each tutorial is designed to guide you through specific tasks and features of the Stellar network. Below are some of the key tutorials available:</p>
<div class="tutorial-list">
<h3>1. Getting Started</h3>
<ol>
<li><a href="IntroToStellar.html">Introduction to Stellar</a></li>
<li><a href="settingUpEnv.html">Setting Up Your Development Environment</a></li>
</ol>
</div>
<div class="tutorial-list">
<h3>2. Asset Management</h3>
<ol start="3">
<li><a href="creatAndIssueCustomAssets.html">Creating and Issuing Custom Assets</a></li>
</ol>
</div>
<div class="tutorial-list">
<h3>3. Payments and Transactions</h3>
<ol start="4">
<li><a href="makingPayments.html">Making Payments on the Stellar Network</a></li>
<li><a href="buildAndSubmitTrans.html">Building and Submitting Transactions</a></li>
</ol>
</div>
<div class="tutorial-list">
<h3>4. Trading and Offers</h3>
<ol start="6">
<li><a href="createAndManageOffer.html">Creating and Managing Offers</a></li>
</ol>
</div>
<div class="tutorial-list">
<h3>5. Stellar Smart Contracts</h3>
<ol start="7">
<li><a href="conditionalPayments.html">Conditional Payments (Stellar Smart Contracts)</a></li>
</ol>
</div>
<div class="tutorial-list">
<h3>6. Account Management</h3>
<ol start="8">
<li><a href="accountManagement.html">Account Management</a></li>
</ol>
</div>
<div class="tutorial-list" >
<h3 style="color: #7300ff;">Extra Tutorials</h3>
<p>Please feel free to Contribute at <a href="https://github.com/ravixalgorithm/Stellar-Dev-Guide" style="font-size: 1.5rem; color: #7300ff; " target=”_blank”>Github</a></p>
</div>
</section>
<section id="why-use">
<h2>Why Use Stellar?</h2>
<ul>
<li><strong>Fast Transactions:</strong> Stellar can handle thousands of transactions per second with a confirmation time of 3-5 seconds.</li>
<li><strong>Low Fees:</strong> Stellar’s transaction fees are very low, making it cost-effective for users.</li>
<li><strong>Decentralized:</strong> Stellar operates on a decentralized network, ensuring security and reliability.</li>
<li><strong>Interoperability:</strong> Stellar supports a wide range of assets and currencies, facilitating seamless cross-border payments.</li>
</ul>
</section>
<section id="community">
<h2>Join the Community</h2>
<p>Get involved with the Stellar community to stay updated with the latest developments, ask questions, and share your projects:</p>
<ul>
<li><a href="https://stellar.org/community/forum" target=”_blank”>Stellar Community Forum</a></li>
<li><a href="https://github.com/stellar" target=”_blank”>Stellar on GitHub</a></li>
<li><a href="https://reddit.com/r/stellar" target=”_blank”>Stellar on Reddit</a></li>
<li><a href="https://twitter.com/stellarorg" target=”_blank”>Stellar on Twitter</a></li>
</ul>
</section>
<section id="contributing">
<h2>Contributing</h2>
<p>We welcome contributions to our documentation and tutorials. If you have a tutorial, example, or guide that you'd like to share, please feel free to open a Pull request.</p>
</section>
</div>
<footer class="footer">
<div class="footer__addr">
<h1 class="footer__logo">Steller Dev Guide</h1>
<h2>Contact</h2>
<address>
</address>
<a class="footer__btn" href="https://github.com/ravixalgorithm/Stellar-Dev-Guide" target=”_blank” >Source Code</a>
</div>
<ul class="footer__nav">
<li class="nav__item">
<h2 class="nav__title">Challenge</h2>
<ul class="nav__ul">
<li>
<a href="https://dev.to/devteam/join-us-for-the-first-community-smart-contract-challenge-with-50000-in-prizes-41gl" target=”_blank”>Dev Challenge</a>
</li>
<li>
<a href="https://github.com/ravixalgorithm" target=”_blank”>GitHub</a>
</li>
<li>
<a href="https://dev.to/ravixalgorithm" target=”_blank”>DEV.to</a>
</li>
</ul>
</li>
<li class="nav__item nav__item--extra">
<h2 class="nav__title">Tech Socials</h2>
<ul class="nav__ul nav__ul--extra">
<li>
<a href="https://github.com/ravixalgorithm" target=”_blank”>GitHub</a>
</li>
<li>
<a href="https://www.linkedin.com/in/ravixalgorithm/" target=”_blank”>LinkedIn</a>
</li>
<li>
<a href="https://linktr.ee/ravixalgorithm" target=”_blank”>linkTree</a>
</li>
<li>
<a href="https://app.daily.dev/ravixalgorithm" target=”_blank”>Daily.Dev</a>
</li>
</ul>
</li>
<li class="nav__item">
<h2 class="nav__title">Social Media</h2>
<ul class="nav__ul">
<li>
<a href="https://www.instagram.com/ravixalgorithm" target=”_blank”>Instagram</a>
</li>
<li>
<a href="https://x.com/ravixalgorithm" target=”_blank”>X</a>
</li>
<li>
<a href="https://www.youtube.com/@ravixalgorithm" target=”_blank”>YouTube</a>
</li>
</ul>
</li>
</ul>
<div class="legal">
<p>© 2024 created for Dev Challenge</p>
</div>
</footer>
</body>
</html>