Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/contracts/tools.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Tools

## TronIDE
A development tool for TRON smart contracts. It provides a visual interface that supports compiling, debugging, and running Solidity smart contracts.
A web-based integrated development environment (IDE) for TRON smart contracts. It provides a visual interface for compiling, debugging, and executing Solidity contracts.
[https://www.tronide.io/](https://www.tronide.io/)

## TronBox
A deployment tool for TRON smart contracts. It supports the compilation, deployment, and migration of Solidity smart contracts.
A development framework and deployment tool. It streamlines the compilation, deployment, and migration processes for Solidity smart contracts.
[https://tronbox.io/#/](https://tronbox.io/#/)

## TronWeb
A Javascript library for developing TRON smart contracts. It provides interfaces for interacting with the TRON Mainnet, as well as for deploying and calling contracts.
A comprehensive JavaScript library for dApp development. It provides APIs for interacting with the TRON Mainnet, including deploying and calling smart contracts.
[https://tronweb.network/](https://tronweb.network/)

## TronGrid
An event query service for TRON smart contracts. It allows you to query event log information written in smart contracts.
An API and event query service for the TRON network. It enables developers to efficiently query event log information emitted by smart contracts.
[https://www.trongrid.io/](https://www.trongrid.io/)

## Trident
A lightweight Java SDK. It includes a series of libraries to help developers easily work with the TRON network's system and smart contracts.
A lightweight Java SDK. It offers a suite of libraries designed to help developers seamlessly interact with the TRON network and its smart contracts.
[https://tronprotocol.github.io/trident/](https://tronprotocol.github.io/trident/)