New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lens-protocol/blockchain-bindings

Package Overview
Dependencies
Maintainers
9
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lens-protocol/blockchain-bindings

Utilities for interacting with the blockchain.

0.9.0-next.2
Source
npm
Version published
Weekly downloads
5.9K
-29.87%
Maintainers
9
Weekly downloads
 
Created
Source

@lens-protocol/blockchain-bindings

This package provides the tooling to interact with contracts on-chain. It is not intended to be used directly.

Its interface will change without notice, use it at your own risk.

Generating contract types

We are using ethereum-abi-types-generator to generate types for our contracts. Right now, we only have ERC20 type definitions.

To generate the types, run:

pnpm run type-codegen:erc20

The types will be generated in src/types/ERC20.ts, do not edit this file directly.

FAQs

Package last updated on 20 Jun 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