Skip to content

TronLink/tronlink-extension-core

Repository files navigation

TronLink Extension Core

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.

Getting Started

Installing

add @tronlink/core

npm install @tronlink/core

or

yarn add @tronlink/core

or

pnpm install @tronlink/core

Usage

The 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:

Running the tests

The project includes a suite of tests for the TronLink Extension Core. To run these tests, use the following command:

pnpm test

Local build

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js >= 18.19.0
  • pnpm >= 7.32.0
  • TypeScript >= 4.9.5

Build @tronlink/core

1. Install pnpm

This project recommends using pnpm as the build tool Make sure node is installed:

node -v

and install pnpm:

npm i -g pnpm
2. Clone the repository
git clone https://github.com/TronLink/tronlink-extension-core.git
3. Install dependencies
pnpm install
4. Compile TypeScript files
pnpm build

Built With

Integrity Check

The 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>

License

This project is licensed under the Apache License Version 2.0 - see the LICENSE file for details

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7