0.0.1 • Published 11 months ago
@sereenity/userop v0.0.1
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
11 months ago