New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tokenlon/contracts-lib

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tokenlon/contracts-lib

Common utility functions (e.g., signing order, encoding data) to interact with [Tokenlon contracts](https://github.com/consenlabs/tokenlon-contracts).

latest
npmnpm
Version
0.0.2
Version published
Maintainers
5
Created
Source

@tokenlon/contracts-lib Build Status

Common utility functions (e.g., signing order, encoding data) to interact with Tokenlon contracts.

Installation

$ npm install @tokenlon/contracts-lib

This library requires ethers as peer dependency. Please remember to install ethers yourself with version in the caret range ^5.0.0.

Usage

This library provides helpers for signing signature and encoding data that is required to interact with Tokenlon strategy contracts. Each version of Tokenlon will have its dedicated library which is separated by directory. For example, the latest Tokenlon version is v5, and the v5 dedicated library will be located at @tokenlon/contracts-lib/v5.

Please refer to the README in each version directory for more details.

  • v5 (latest)

License

© ConsenLabs, 2022-NOW

Released under the MIT License

Keywords

tokenlon

FAQs

Package last updated on 02 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts