Skip to content

Commit ff45f25

Browse files
authored
Feature/Improve readme files of examples (#4)
* improve readme files of examples * remove ts-expect-error and fix show ETH balance
1 parent 32678ae commit ff45f25

File tree

20 files changed

+2456
-1576
lines changed

20 files changed

+2456
-1576
lines changed

examples/custom-rpc/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Silent Data [Rollup] Custom RCP Example
22

3+
For development purposes, this repository exposes a Silent Data [Rollup] Custom RPC using hardhat.
4+
35
## Prerequisites
46

57
- Node.js (v18 or higher)
68
- npm
7-
- A private key for wallet access
89

910
## Installation
1011

@@ -21,7 +22,7 @@
2122
npm install
2223
```
2324

24-
3. Create a `.env` file in the root directory and add your environment variables:
25+
3. Create a `.env` file in the root directory by copying the provided `.env.example` file and updating your environment variables:
2526

2627
```plaintext
2728
CHAIN_ID=<hardhat_chain_id>

0 commit comments

Comments
 (0)