1.1.1 • Published 1 year ago

lit-pkp-sdk v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Lit PKP SDK

Extends PKPWallet to handle Ethereum JSON RPC requests for signing messages, data, and transactions and sending transactions.

Supports the following signing methods:

  • eth_sign
  • personal_sign
  • eth_signTypedData
  • eth_signTypedData_v1
  • eth_signTypedData_v3
  • eth_signTypedData_v4
  • eth_signTransaction
  • eth_sendTransaction
  • eth_sendRawTransaction

Check out examples here.

Resources