1.0.6 • Published 8 months ago

@open-social-protocol/osp-wallet v1.0.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
8 months ago

@open-social-protocol/osp-wallet

Usage

const provider = new BundlerJsonRpcProvider(url, bundlerRpcUrl);
const ospAccount = new OspAccount(signer, accountFactoryAddress);
const sender = new Sender(provider, ospAccount);

async function main() {
  const userOperationReceipt = await sender.sendUserOperation({
    target: "0x490Dd3cCc7ff94823d4F10bb6d97c7802957e6bf",
    value: 0,
    data: "0x",
  });
  console.log(userOperationReceipt);
}
1.1.1

8 months ago

1.0.2

10 months ago

1.1.0

8 months ago

1.0.1

11 months ago

1.0.0

11 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

9 months ago

1.0.3

10 months ago

0.4.1

1 year ago

0.3.0

1 year ago

0.0.8

1 year ago

0.0.1

1 year ago

0.0.6

1 year ago

0.0.0

1 year ago