What is all needed to run this locally for Polkdot? #173
-
If I understand correctly, this project will enable a REST API described here: https://docs.api.subscan.io/#introduction But what else is needed? I don't see any configuration for a Polkadot node (https://github.com/paritytech/polkadot/tags). Is project just communicating with a MySQL database? Or directly to a node? |
Beta Was this translation helpful? Give feedback.
Answered by
freehere107
Mar 28, 2023
Replies: 1 comment
-
@timmolter https://github.com/subscan-explorer/subscan-essentials/blob/master/util/env.go#L13 Regarding the network node, you need to set a websocket endpoint here |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
freehere107
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@timmolter https://github.com/subscan-explorer/subscan-essentials/blob/master/util/env.go#L13 Regarding the network node, you need to set a websocket endpoint here