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: CONTRIBUTING.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,14 @@ also welcome.
35
35
36
36
## Dev environment
37
37
38
-
The indexer is implemented using Go - it is recommended to use version 1.24 or later. An RPC connection URL and a MySQL database are required in order to run the main indexer. Configuration should be provided via a `config.toml` file - you can copy
39
-
`config.example.toml` and modify to connect to your specific RPC provider and database instance as well as set other
40
-
parameters.
38
+
The indexer is implemented using Go - it is recommended to use version 1.25 or later.
39
+
An RPC connection URL for XRP and a Postgres database are required in order to run
40
+
the main indexer. Public RPC nodes suitable for local development may be found on
41
+
[public-servers](https://xrpl.org/docs/tutorials/public-servers) although using a
42
+
private connection from a provider such as Quicknode or a self-hosted node is
43
+
recommended for live deployments. Configuration should be provided via a `config.toml`
44
+
file - you can copy `config.example.toml` and modify to connect to your specific RPC
45
+
provider and database instance as well as set other parameters.
0 commit comments