-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run tron grid API on my own full node #16
Comments
you cannot join Tron grid. but you can build similar things like trongrid. just build a database based on block data, and then you can develop similar services based on your local database. |
Hi, I see tronprotocol team developed this event plugin to filter event emitted by a contract and then put them into mongodb, but to be honest the instruction makes me quite confused. Have you tried this one? |
the guide is quite clear, check it: |
How can you do it? |
Hello team,
Thanks you for this docker container so awesome for developer.
As I see that when I build my private network by using this docker, its also build for me Trongrid API that I can listen to every event happen in my contract at API
localhost:9090/v1/contracts/:address/events
So the question is If I run my own full node on testnet(nile, shasta), or mainnet, how can I config to build that API connect to my fullnode?
Is there any instruction or suggestion?
Thanks.
The text was updated successfully, but these errors were encountered: