-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathwelcome.html
32 lines (27 loc) · 1.23 KB
/
welcome.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RedStone SmartWeave Gateway</title>
</head>
<body>
<p>Hi! I'm the RedStone SmartWeave Gateway, ready to serve your SmartWeave contracts interactions!</p>
<p>If you want to learn more about me, check the <a
href="https://github.com/redstone-finance/redstone-sw-gateway#readme">
gateway docs</a>.
</p>
<p>To explore indexed data - head over to <a href="https://sonar.redstone.tools/">
SonAR</a>.
</p>
<p>If you want to learn how to integrate me with the <a
href="https://github.com/redstone-finance/redstone-smartweave">RedStone
Contracts SDK</a> - check the <a
href="https://github.com/redstone-finance/redstone-smartcontracts#using-the-redstone-gateway">SDK
docs</a> and <a
href="https://github.com/redstone-finance/redstone-smartcontracts-examples/blob/main/src/redstone-gateway-example.ts#L35">examples</a>.
</p>
<p>If you need more help or happen to find any issues - join our <a
href="https://discord.com/invite/PVxBZKFr46">Discord</a>.</p>
<p>Powered by <a href="https://redstone.finance/">RedStone</a>.</p>
</body>
</html>