Skip to content

Commit 5718872

Browse files
committed
chore: update examples readme
1 parent 8b6b939 commit 5718872

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

examples/mini-blinks/readme.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# MiniBlink example
22

33
## Running example
4-
1. `bun i`
5-
2. Go to `.env` and replace `VITE_PUBLIC_RPC_URL` with your private rpc if you have any
6-
3. `bun run dev`
4+
5+
install and build dependencies in the repo root
6+
```
7+
bun i
8+
bun run build
9+
```
10+
11+
in `examples/mini-blinks`
12+
1. configure vars `.env` file
13+
```
14+
VITE_PUBLIC_RPC_URL=${YOUR_RPC_URL}
15+
```
16+
2. run the example
17+
```
18+
bun run dev
19+
```

0 commit comments

Comments
 (0)