You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/docs/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@ sidebar_position: 1
4
4
5
5
# Catalyst documentation hub
6
6
7
-
This site is the single docs home for the Catalyst ecosystem.
7
+
This is the public documentation hub for the Catalyst ecosystem.
8
8
9
9
## Choose your path
10
10
11
+
-**Everyday users**: start with **[Use cases (for everyone)](/docs/use-cases/send-money)** or **[Quickstart: use Catalyst apps](/docs/quickstarts/i-want-to-use-apps)**.
11
12
-**Node operators**: start with **[Run a node](/docs/node-operators/run-a-node)**.
12
13
-**Wallet users**: start with **[Use the wallet](/docs/quickstarts/i-want-to-use-the-wallet)**.
13
14
-**dApp builders**: start with **[Deploy a contract](/docs/quickstarts/i-want-to-deploy-a-contract)**, then **[RPC: transaction lifecycle](/docs/rpc-reference/transaction-lifecycle)**.
-**[Quickstart: use Catalyst apps](/docs/quickstarts/i-want-to-use-apps)**
10
+
6
11
## You will need
7
12
8
13
- Node.js >= 20
@@ -35,6 +40,11 @@ console.log({
35
40
36
41
Your domain fetch should succeed and `genesisHashLen` should be `32`.
37
42
43
+
## Next steps
44
+
45
+
-**[Deploy a contract](/docs/sdk/deploy-contract)**
46
+
-**[Common pitfalls](/docs/sdk/common-pitfalls)**
47
+
38
48
## Troubleshooting
39
49
40
50
-**Intermittent signature failures behind a load balancer**: ensure you use `getTxDomain` (single-call domain) rather than fetching chain identity via multiple RPC calls.
0 commit comments