You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
-
# wallet-cli
1
+
# Wallet-cli
2
2
3
-
Welcome to use the Wallet-CLI.
3
+
Welcome to use the Wallet-cli.
4
4
5
-
Wallet-cli now supports GasFree features, allowing users to perform token transfers without paying gas fees directly. For more detail, please check the [GasFree](#GasFree-Support) section below.
5
+
Wallet-cli now supports GasFree features, enabling users to perform token transfers without incurring direct gas fees. For more details, please check the [GasFree](#GasFree-Support) section below.
6
6
7
-
The underlying implementation of all Wallet-cli gRPC APIs has all migrated to the [Trident APIs](https://github.com/tronprotocol/trident). The migration represents a significant architectural shift. This strategic move consolidates the underlying implementation of the Wallet-cli's remote procedure calls, standardizing them under the robust and optimized Trident API framework. This unification not only streamlines development and maintenance efforts but also enhances the overall reliability, performance, and scalability of the Wallet-cli. The Trident APIs, known for their efficiency and comprehensive capabilities, now serve as the sole foundation for all gRPC interactions within the Wallet-cli, ensuring a consistent and high-quality experience for users and developers alike.
7
+
The underlying implementation of all Wallet-cli gRPC APIs has all migrated to the [Trident SDK](https://github.com/tronprotocol/trident). This strategic move consolidates the underlying implementation of the Wallet-cli's remote procedure calls, standardizing them under the robust and optimized Trident framework.
8
8
9
9
If you need any help, please join the [Telegram](https://t.me/TronOfficialDevelopersGroupEn).
# If gRPC requests on the main network are limited in speed, you can apply for a apiKey of trongrid to improve the user experience
63
+
# If gRPC requests on the main network are limited in speed, you can apply for an apiKey of Trongrid to improve the user experience
64
64
grpc = {
65
65
mainnet = {
66
66
apiKey = ""
@@ -74,7 +74,7 @@ grpc = {
74
74
- connect to fullNode
75
75
76
76
Take a look at: [java-tron deployment](https://tronprotocol.github.io/documentation-en/developers/deployment/)
77
-
Run fullNode in either your local PC or remote server.
77
+
Run fullNode on either your local PC or a remote server.
78
78
79
79
- compile and run web wallet
80
80
@@ -85,16 +85,16 @@ grpc = {
85
85
$ java -jar wallet-cli.jar
86
86
```
87
87
88
-
### Connect to java-tron
88
+
### Connect to Java-tron
89
89
90
-
Wallet-cli connect to java-tron via gRPC protocol, which can be deployed locally or remotely. Check **Run a web Wallet** section.
91
-
We can configure java-tron node IP and port in ``src/main/resources/config.conf``, so that wallet-cli server can successfully talk to java-tron nodes.
90
+
Wallet-cli connects to Java-tron via the gRPC protocol, which can be deployed locally or remotely. Check **Run a web Wallet** section.
91
+
We can configure Java-tron node IP and port in ``src/main/resources/config.conf``, so that wallet-cli server can successfully talk to java-tron nodes.
92
92
Besides that, you can simply use `SwitchNetwork` command to switch among the mainnet, testnets(Nile and Shasta) and custom networks. Please refer to the Switch Network section.
93
93
94
94
## Wallet-cli supported command list
95
95
96
96
Following is a list of Tron Wallet-cli commands:
97
-
For more information on a specific command, just type the command on terminal when you start your Wallet.
97
+
For more information on a specific command, just type the command in the terminal when you start your Wallet.
0 commit comments