Project Name: TronQL
Project Track: Updated to Builder Track by Hackathon.Admin
Team Name: TronQL
Team Member(s): 1
Dorahacks Project Link: Tronql | Buidls | DoraHacks
Project Goal: Give developers best api for tron network.
Project Info:
Severals links to study:
https://docs.tronql.com/
https://api.tron.tronql.com/
Small demo of the project. Tronql first video about project - YouTube
Project Website: https://tronql.com
Project Test Instructions:
First of all you need to get your access token. Because right now it is protected and not public anymore. Good news that getting access token is free and gives you 5m requests per month.
- Register on the site
- Verify your email
- Login to site
- Create a project.
Now you can test it with full node api. Curl will look like
curl --location --request POST 'https://mainnet.tron.tronql.com/wallet/getnowblock' --header 'Authorization: <your token>'
and using graphql. In this case you need to open https://api.tron.tronql.com/ and click on headers tab. Now add Authorization header equal to your access token. Like on image below
Project Details:
TronQL is a powerful full node API designed specifically for the Tron crypto network. This innovative tool provides developers with a range of features and functionalities that enable them to interact with the Tron blockchain in a fast, efficient, and reliable way.
Why I should use Tronql?
- Because it is free and awesome. We provide 5,000,000 reqs/month for free. If you need more you can select paid account or contact us.
- We provide graphql endpoint. That can speed up you development and your query time.
- You can pay in crypto for advanced plans.
TronQL is a full node API that supports the Tron blockchain network. This means that it provides developers with access to the complete set of blockchain data, including transactions, blocks, and smart contracts. By using a full node API, developers can interact with the Tron blockchain at a deeper level, enabling them to build more advanced and sophisticated applications.
Network | URL | Graphql URL |
---|---|---|
Mainnet | https://mainnet.tron.tronql.com | https://api.tron.tronql.com/ |
Nile | https://nile.tron.tronql.com | https://api-nile.tron.tronql.com/ |
To access Full node api you can use official docs - Background. Things that you need to change is url and add auth header.
Smart Contract links: Right now, we do not have smart contracts. They will be deployed for paid users. As method to pay for plans, additional features.
Project Milestones:
-
Idea, basic implementation, deploying to nile network. (Q4 2022). Done
-
Move to mainnet, enable user login, register, create/edit/delete new projects. (Q1 2023). Done
-
Gather stats for amount of requests. (Q1 2023). Done
-
Addind payed plans, enable to pay for this in crypto using smartcontract on Tron. (Q2 2023). In progress
-
Adding more networks. Provide api for Ethereum, Solana, etc. (Q2 2023).