You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd user-operation
cargo run --example user_operation
Simple account - create
cd simple-account
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 create
Simple account - deposit funds to entrypoint
cd simple-account
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 deposit
Simple account - transfer
cd simple-account
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 transfer
Storage - memory
cd storage
PROVIDER_URL="http://127.0.0.1:8545" cargo run --example memory
Storage - database
cd storage
PROVIDER_URL="http://127.0.0.1:8545" cargo run --example database