@paycall-402/evm
v0.1.1
Published
EVM scheme implementations and typed-data builders for Paycall 402.
Downloads
17
Readme
@paycall-402/evm
EVM scheme implementations and typed-data builders for Paycall 402.
Important: Currently, only EIP-3009 tokens are supported for end-to-end payment and settlement flows.
Install
npm i @paycall-402/evmExports
@paycall-402/evm:- EIP-3009 and EIP-2612 scheme helpers
- typed-data/message builders
@paycall-402/evm/browser:- browser-safe helpers
@paycall-402/evm/abis:- shared contract ABIs (including
EIP3009_TOKEN_ABI)
- shared contract ABIs (including
Usage
import { EIP3009_SCHEME_ID, buildEip3009TypedData } from "@paycall-402/evm";
import { EIP3009_TOKEN_ABI } from "@paycall-402/evm/abis";More context and examples: https://github.com/rohitsethii/paycall-402
