1.0.0 • Published 1 year ago

@daimo/userop v1.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
1 year ago

Daimo Userop

This library constructs all userops sent by a Daimo account.

Example usage:

import { DaimoOpSender } from "@daimo/userop";

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

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

1.0.0

1 year ago