Skip to content

MaskLab/tronproject_address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tron Address Utilities

It is responsible for encoding, verifying and computing checksums for Tron addresses and computing special addresses, such as those enerated by and for contracts under various situations.

For more information, see the documentation.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {
  getAddress,
  isAddress,

  getIcapAddress,

  getContractAddress,
  getCreate2Address
} = require('@tronproject/address');

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published