From 88e42e4640389da1bec0e65f46dfba1424ccb8b8 Mon Sep 17 00:00:00 2001 From: StapeltonAriana Date: Fri, 5 Dec 2025 16:26:44 +0300 Subject: [PATCH] docs: add safe wallet run command --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f72cf..2e8865d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,15 @@ Code examples for interacting with Safe Wallets are available [here](./examples/ Browser wallets(Metamask, Coinbase Wallet, etc) use Safes on the backend +After populating your `.env` from `.env.example`, you can run a Safe wallet +example from the repository root with: + +ts-node examples/safeWallet/split.ts + + +This runs a simple Safe-based split position flow using the keys and RPC +configured in your environment. + ### Usage Populate your .env file based on .env.example. @@ -35,4 +44,4 @@ Populate your .env file based on .env.example. Run examples using ts-node: ```bash ts-node examples/safeWallet/split.ts -``` \ No newline at end of file +```