Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 707 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 707 Bytes

@session/contracts

This package is a Session smart contract js library for interacting with the Session smart contracts. The smart contracts can be found in the eth-sn-contracts repository.

Getting Started

You can follow the generic instructions in the root README.md to get started.

Development

The smart contracts can be found in the eth-sn-contracts repository. Their ABIs can be found in the abi directory.

Updating the ABIs

To update the ABIs, run the following command:

pnpm generate

This will update the ABIs in the abi directory.