NEWTON
Asked
6 months ago
418
views
0
Why should I run a Pathfinder node?
0x2ceC...Bd633c
asked
6 months ago
0
Accepted answer
Pathfinder acts as a trusted source of StarkNet data. Each node indepedently verifies the data it receives and ensures that it matches the proofs submitted on Ethereum. In this way, you can trust the data it provides without having to trust the StarkNet gateway or StarkWare at all.
It also provides an RPC API with which you can query StarkNet block, transaction, and event data: https://github.com/eqlabs/pathfinder#json-rpc-api
It can also be a fun first step into some of the more technical aspects underlying StarkNet. Feedback and bug reports are valuable so every node runner implicitly helps grow pathfinder and StarkNet!
0x2ceC...Bd633c
answered
6 months ago
How do I run a Pathfinder node?
What resources are required to run a Pathfinder node?
How do I interact with my Pathfinder node?
How does a full node like pathfinder work
Are there rewards for running a Pathfinder node?
How do I connect my wallet to my Pathfinder node?
I am already running a full Ethereum node on my server. Can I set the PATHFINDER_ETHEREUM_API_URL parameter to my node's endpoint for pathfinder?
Python issues with Pathfinder
What do you think about current StarkNet Alpha and future Beta? What will Beta mean? When should it be beta?
How to make conditional expressions if..then..else in Cairo lang?
Trying to deploy contract with Argent guide but got error Unitialized Contract
Is there any other way to do 2**n without using pow.cairo?
Cairo Lang / StarkNet: What are Revoked references? What is alloc_locals?
Did you change the factory/create2 part (to compute pool addresses)?