Skip to content

v1.0.0

Compare
Choose a tag to compare
@unicornonea unicornonea released this 13 Jan 11:08
· 152 commits to main since this release
cb73a6a

Packages latest version

Features

  • Add tronwallet-adapter-react-hooks to provide a react hook which maintains the state of wallet connection and supports select/connect/disconnect wallet, sign message or transaction.
  • Add tronwallet-adapter-react-ui to provide out-of-the-box components which make it easy to select/connect/disconnect wallet.
  • Add tronwallet-adapter-tronlink to interact with TronLink extension and APP (IOS and Android).
  • Add tronwallet-adapter-walletconnect to interact with TRON walletconnect wallet.
  • Add tronwallet-adapter-ledger to interact with TRON ledger wallet.
  • tronwallet-adapters package exports all adapters of currently supported wallets which can be imported by TRON DApp developers.
  • tronwallet-abstract-adapter defines an abstract class named Adapter with properties, methods, events and provides a set of error types and functions.