-
Notifications
You must be signed in to change notification settings - Fork 0
/
.example_env.sh
31 lines (18 loc) · 920 Bytes
/
.example_env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Path to your account and the keystore created with starkli commands:
ACCOUNT_SRC=~/.starkli-wallets/your-account.json
KEYSTORE_SRC=~/.starkli-wallets/your-keystore.json
# Password of the keystore:
KEYSTORE_PASSWORD=<YOUR_KEYSTORE_PASSWORD>
# Link to Starknet Public RPC provided by [Blast](https://blastapi.io/public-api/starknet):
RPC_URL=https://starknet-mainnet.public.blastapi.io
# Other public RPCs are available:
### Mainnet
https://free-rpc.nethermind.io/mainnet-juno by [Nethermind](https://data.voyager.online/)
https://rpc.starknet.lava.build by [Lava]
### Sepolia Testnet
https://free-rpc.nethermind.io/sepolia-juno
https://starknet-sepolia.public.blastapi.io
### ???
https://rpc.starknet-testnet.lava.build
# COPY/PASTE THE CONTENT OF THIS FILE IN YOUR OWN ".env" FILE.
# THEN, RUN `source .env` IN YOUR TERMINAL TO USE THESE ENVIRONMENT VARIABLES WITH STARKLI.