0.0.1 • Published 6 months ago

@sereenity/userop v0.0.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
6 months ago

Seree Userop

This library constructs all userops sent by a Seree account.

Example usage:

import { SereeOpSender } from "@sereenity/userop";

// Create SereeOpConfig, then send some of that account's home coin (eg sETB).
const sender = SereeOpSender.init(config);
sender.erc20Transfer(toAddress, amount, nonceMetadata);

See apps/seree-mobile for more examples. Built with userop.js.

0.0.1

6 months ago