1.0.4 • Published 9 months ago

@runonflux/aa-schnorr-multisig-sdk v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Account Abstraction Schnorr Signatures

A typescript library for creating ERC-4337 Account Abstraction which utilizes Schnorr Signatures for multi signatures.

About

Current library provide utilities to sign/send User Operation's with Schnorr Signer. Alchemy Account Kit used to send User Operations. To better understand usage of library go to Examples section.

Installation

git clone https://github.com/RunOnFlux/aa-schnorr-multisig-sdk.git
cd aa-schnorr-multisig-sdk
npm i

Examples

To execute examples add .env file with required variables according to .env.sample

ALCHEMY_RPC_URL="https://eth-sepolia.g.alchemy.com/v2/0000000000000000000000000"
# Private key of account with fund's to cover transaction's costs 
# (ex. 0.5 Sepolia ETH in case of sepolia chain)
PRIVATE_KEY="0x"

Associated package

1.0.4

9 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago