Skip to content

Commit a1948ab

Browse files
authored
Update README.md
1 parent 6784b2e commit a1948ab

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# wallet-cli
1+
# Wallet-cli
22

3-
Welcome to use the Wallet-CLI.
3+
Welcome to use the Wallet-cli.
44

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.
66

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 APIs](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.
88

99
If you need any help, please join the [Telegram](https://t.me/TronOfficialDevelopersGroupEn).
1010

1111
## Get started
1212

13-
### Download wallet-cli
13+
### Download Wallet-cli
1414

1515
git clone https://github.com/tronprotocol/wallet-cli.git
1616

@@ -28,7 +28,7 @@ fullnode = {
2828
}
2929
3030
#soliditynode = {
31-
# // the IPs in this list can only be totally set to solidity.
31+
# //The IPs in this list can only be totally set to solidity.
3232
# ip.list = [
3333
# "127.0.0.1:50052" // default solidity
3434
# ]
@@ -46,7 +46,7 @@ fullnode = {
4646
4747
# lockAccount = true
4848
49-
# To use the gasfree feature, please first apply for an apikey and apiSecret.
49+
# To use the gasfree feature, please first apply for an APIkey and apiSecret.
5050
# For details, please refer to
5151
# https://docs.google.com/forms/d/e/1FAIpQLSc5EB1X8JN7LA4SAVAG99VziXEY6Kv6JxmlBry9rUBlwI-GaQ/viewform
5252
gasfree = {
@@ -60,7 +60,7 @@ gasfree = {
6060
}
6161
}
6262
63-
# 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
6464
grpc = {
6565
mainnet = {
6666
apiKey = ""
@@ -74,7 +74,7 @@ grpc = {
7474
- connect to fullNode
7575

7676
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.
7878

7979
- compile and run web wallet
8080

@@ -85,16 +85,16 @@ grpc = {
8585
$ java -jar wallet-cli.jar
8686
```
8787

88-
### Connect to java-tron
88+
### Connect to Java-tron
8989

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.
9292
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.
9393

9494
## Wallet-cli supported command list
9595

9696
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.
9898

9999
| [AddTransactionSign](#How-to-use-the-multi-signature-feature-of-wallet-cli) | [ApproveProposal](#Approve--disapprove-a-proposal) | [AssetIssue](#Issue-trc10-tokens) |
100100
|:-----------------------------------------------------------------------------------:|:-------------------------------------------------------------------:|:---------------------------------------------------------------------------------:|

0 commit comments

Comments
 (0)