This project is a TypeScript and JavaScript-based module that utilizes the Node.js runtime environment and npm as a package manager.
The library serves as a core module within TronLink Extension, which provides low-level wallet functionality for both Tron and Ethereum networks, primary features includes account generation and transaction signing. A lightweight analytics component is bundled to support internal product insights. This component is strictly non-identifying — it neither accesses nor transmits any data that could be linked to an individual user, wallet address, or on-chain activity.
add @tronlink/core
npm install @tronlink/coreor
yarn add @tronlink/coreor
pnpm install @tronlink/coreThe project includes utility classes for generating accounts and signing transactions for Tron and Ethereum, along with a lightweight analytics module for aggregated, non-identifying usage insights.
Please refer to below demo:
- Account generation
- Ethereum transaction & message signing
- Tron transaction & message signing
- UserStatistics implementation
The project includes a suite of tests for the TronLink Extension Core. To run these tests, use the following command:
pnpm testThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js >= 18.19.0
- pnpm >= 7.32.0
- TypeScript >= 4.9.5
This project recommends using pnpm as the build tool
Make sure node is installed:
node -vand install pnpm:
npm i -g pnpmgit clone https://github.com/TronLink/tronlink-extension-core.gitpnpm installpnpm buildThe 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: 7B910EA80207596075E6D7BA5D34F7A6550473BA
uid: build_tronlink <build@tronlink.org>
This project is licensed under the Apache License Version 2.0 - see the LICENSE file for details