-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add integrity check in readme and update change log
- Loading branch information
Satan-web3
authored and
Satan-web3
committed
Sep 14, 2024
1 parent
01501e7
commit 80edc49
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,6 +170,15 @@ const tronWeb = new TronWeb({ | |
) | ||
``` | ||
|
||
## Integrity Check | ||
|
||
The package files will be signed using a GPG key pair, and the correctness of the signature will be verified using the following public key: | ||
|
||
``` | ||
pub: 4371 AB85 E5A5 8FAA 88AD 7FDF 9945 DBCA 8C4B B810 | ||
uid: [email protected] | ||
``` | ||
|
||
## Contributions | ||
|
||
In order to contribute you can | ||
|