Skip to content

Commit 042f653

Browse files
authored
update scripts readme (#168)
1 parent 8715589 commit 042f653

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

scripts/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Interactive command-line interface for managing the Base-Solana bridge operation
88
bun install
99
```
1010

11+
### Generate a Local Solana Keypair
12+
13+
Many commands require a Solana keypair for signing transactions. You can generate one using the Solana CLI:
14+
15+
```bash
16+
solana-keygen new
17+
```
18+
19+
This will create a keypair at `~/.config/solana/id.json` (or prompt you for a location). This is the default keypair location that the scripts will use when you specify `--payer-kp config` or similar options.
20+
21+
**Important:** The generated keypair needs to be funded with SOL in order to send transactions. For devnet testing, you can request SOL from the [Solana Devnet Faucet](https://faucet.solana.com/).
22+
1123
## Available Commands
1224

1325
### Bridge Operations

0 commit comments

Comments
 (0)