for test
TronLink is a browser wallet for TRON. It enables you to send and receive TRX, TRC10 and TRC20 tokens. Developers can integrate TronLink into their website to create Decentralised Apps.
Chrome – Download
Firefox – Coming soon
https://yarnpkg.com/en/docs/install
$ yarn install
$ lerna bootstrap
# Build all sources
$ yarn build
# Build the backend, along with the injected page script
$ yarn build:core
# Build only the popup component
$ yarn build:popup
# Run linter over the ./packages folder
$ yarn lint