Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,20 @@ 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.

Run examples using ts-node:
```bash
ts-node examples/safeWallet/split.ts
```
```