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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Welcome to use the Wallet-cli.
4
4
5
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). This strategic move consolidates the underlying implementation of the Wallet-cli's remote procedure calls, standardizing them under the robust and optimized Trident framework.
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).
10
10
@@ -23,14 +23,14 @@ net {
23
23
24
24
fullnode = {
25
25
ip.list = [
26
-
"127.0.0.1:50051"
26
+
"fullnode ip : port"
27
27
]
28
28
}
29
29
30
30
#soliditynode = {
31
31
# //The IPs in this list can only be totally set to solidity.
0 commit comments