Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 709 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 709 Bytes

Examples

Creating your first user operation

cargo run --example user-operation

Simple account - create

SEED_PHRASE="test test test test test test test test test test test junk" BUNDLER_URL="http://127.0.0.1:3000" cargo run --example simple-account-create

Simple account - deposit funds to entrypoint

SEED_PHRASE="test test test test test test test test test test test junk" PROVIDER_URL="http://127.0.0.1:3000" cargo run --example simple-account-deposit

Simple account - transfer

SEED_PHRASE="test test test test test test test test test test test junk" BUNDLER_URL="http://127.0.0.1:3000" cargo run --example simple-account-transfer