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.
You can follow the generic instructions in the root README.md to get started.
The smart contracts can be found in the eth-sn-contracts repository.
Their ABIs can be found in the abi
directory.
To update the ABIs, run the following command:
pnpm generate
This will update the ABIs in the abi
directory.