Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 3a40b63

Browse files
Ben SharafianBen Sharafian
authored andcommitted
feat: point to latest tutorials
1 parent ff53a50 commit 3a40b63

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

getting-started.html

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,19 @@
1313
<div class="col-sm-8 wrapper">
1414
<h1 class="page-header">Getting Started</h1>
1515

16-
<h2>Tutorials</h2>
17-
18-
<p class="intro">Developers, check out our <a href="/tutorials/">tutorials collection</a> to understand how Interledger works under the hood.</p>
19-
2016
<h2>Sending Your First Interledger Payment</h2>
2117

22-
<p class="intro">Sign up for the demo wallets and start sending Interledger payments between them in under 3 minutes.</p>
23-
24-
<p>First, create an account on the <a target="_blank" href="https://red.ilpdemo.org">Red Demo Wallet</a> and the <a target="_blank" href="https://blue.ilpdemo.org">Blue Demo Wallet</a> (one for sending and the other for receiving).</p>
25-
26-
<div>
27-
<img class="img-responsive" src="assets/demo_register.png" />
28-
</div>
29-
30-
<p>Now you can send payments between your accounts.</p>
31-
32-
<div>
33-
<img class="img-responsive" src="assets/demo_send.png" />
34-
</div>
35-
36-
<p>And they arrive instantly, even though they are on different ledgers.</p>
18+
<p class="intro">Follow our tutorials to start sending Interledger payments in under 3 minutes.</p>
19+
20+
<p>First, follow "<a href="https://medium.com/interledger-blog/using-moneyd-to-join-the-ilp-testnet-ba64bd42bb14">Using Moneyd to Join the ILP Testnet</a>" to get connected to the Interledger testnet. The "Testnet of Testnets," as we call it, connects different blockchain testnets together. We use it to test new protocols and tools in the Interledger stack.</p>
3721

38-
<div>
39-
<img class="img-responsive" src="assets/demo_receive.png" />
40-
</div>
22+
<p>Next, follow "<a href="https://medium.com/interledger-blog/spsp-simple-payment-setup-protocol-2028292e6925">SPSP: Simple Payment Setup Protocol</a>" to send your first Interledger payment.</p>
4123

4224
<p>Congratulations, you've sent your first Interledger payment!</p>
4325

4426
<h2>Next Steps</h2>
4527

46-
<p>Want to start coding with payments? Use the accounts you just created to programmatically send and receive payments with the <a target="_blank" href="https://github.com/interledgerjs/ilp">ILP Client</a>.</p>
28+
Check out the rest of our <a href="https://medium.com/interledger-blog">Interledger Blog</a> for tutorials on the latest developer tools.</p>
4729

4830
</div>
4931
</div>

0 commit comments

Comments
 (0)