Skip to content

kryptogo/tronlink-extension

 
 

Repository files navigation

TronLink

TronLink is firstly launched at TRON’s official website and backed by TRON foundation, TronLink is the TRON wallet with the most users, coming in three versions (Chrome Wallet Extension/iOS/Android), and you're looking at the Chrome Wallet Extension for TRON.

Main functions:

Sending and receiving TRX, TRC10 and TRC20 tokens;
Smart contract calls integrated;

KG Compile

如果遇到 node 版本问题,可以设置 NODE_OPTIONS 为 --openssl-legacy-provider

export NODE_OPTIONS=--openssl-legacy-provider

compile

$ yarn build:core

override in flutter

$ cp dist/pageHook.js path/to/kg-wallet-app/assets/js/tron_link/pageHook.js

Downloads

ChromeDownload   Chrome Web Store   Chrome Web Store

Installation

Install yarn

https://yarnpkg.com/en/docs/install

Install dependencies

$ yarn install

Building

# 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

Linting

# Run linter over the ./packages folder
$ yarn lint

Links

About

TronLink Chrome Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.2%
  • SCSS 21.6%
  • HTML 0.2%