Is there a library like insight / bitcoin that interacts with Monero to create an API to scan the blockchain?
Asked
Active
Viewed 122 times
2 Answers
1
You'll find some examples over at https://github.com/moneroexamples
However, Monero's blockchain does not offer as much information like Bitcoin's blockchain and you will fail to query balances of specific addresses or transaction details unless you have access to the private keys.
janowitz
- 2,691
- 12
- 30
0
There's a few things over at https://github.com/monero-integrations
Honestly though, the JSON RPC interface is pretty simple to use. https://getmonero.org/resources/developer-guides/
jtgrassie
- 19,601
- 4
- 17
- 54