Skip to content
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

Open
zeroXBami opened this issue Aug 22, 2020 · 4 comments
Open

How to run tron grid API on my own full node #16

zeroXBami opened this issue Aug 22, 2020 · 4 comments

Comments

@zeroXBami
Copy link

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.

@Benson0224
Copy link

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.

@zeroXBami
Copy link
Author

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?

@Benson0224
Copy link

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:
https://developers.tron.network/docs/event-plugin-deployment-mongodb

@tdnhduc
Copy link

tdnhduc commented Jan 25, 2021

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.

How can you do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants