NEWTON
Asked
6 months ago
231
views
0
How do I interact with my Pathfinder node?
0x2ceC...Bd633c
asked
6 months ago
0
Accepted answer
Pathfinder provides an RPC API with which you can query StarkNet data and state, and simulate and submit transactions. Pathfinder also provides a basic monitoring API which can provide insight into the node’s status.
RPC API: https://github.com/eqlabs/pathfinder#json-rpc-api
Basic monitoring API: https://github.com/eqlabs/pathfinder#monitoring-api
0x2ceC...Bd633c
answered
6 months ago
How do I connect my wallet to my Pathfinder node?
How can I interact with my contract on Starknet using starknetjs?
How do I run a Pathfinder node?
Why should I run a Pathfinder node?
How do I move my Pathfinder node to another server / disk?
How do I see my Pathfinder logs?
How to select the network my Pathfinder node runs on?
How to install Nethermind's Solidity to Cairo transpiler without an error "command not found: warp"?
ApeWorX: How can I test on multi-chain with both Starknet and Ethereum?
Is there a Cairo Lang implementation to compute power of a floating point?
How to get private key/mnemonic for account that been created using `deploy_account` [StarkNet]?
What’s the difference between Account Abstraction (AA) and Externally Owned Accounts (EOA)?
How can I change solc compiler version in warp?
Why abi of warp compiled contract does not match original solidity abi?