This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Notes](README-installation-notes.md) might be helpful.
79
79
1 . Set CLI config url to localhost cluster
80
80
81
81
``` bash
82
- solana config set --url localhost
82
+ solana config set --url http://127.0.0.1:8899
83
83
```
84
84
85
85
2 . Create CLI Keypair
@@ -142,7 +142,7 @@ Public key values will differ:
142
142
143
143
``` bash
144
144
Let' s say hello to a Solana account...
145
- Connection to cluster established: http://localhost :8899 { ' feature-set' : 2045430982, ' solana-core' : ' 1.7.8' }
145
+ Connection to cluster established: http://127.0.0.1 :8899 { ' feature-set' : 2045430982, ' solana-core' : ' 1.7.8' }
146
146
Using account AiT1QgeYaK86Lf9kudqKthQPCWwpG8vFA1bAAioBoF4X containing 0.00141872 SOL to pay for fees
147
147
Using program Dro9uk45fxMcKWGb1eWALujbTssh6DW8mb4x8x3Eq5h6
148
148
Creating account 8MBmHtJvxpKdYhdw6yPpedp6X6y2U9dCpdYaZJdmwV3A to say hello to
@@ -266,7 +266,7 @@ solana config set --url devnet
266
266
267
267
To point back to the local cluster:
268
268
```bash
269
- solana config set --url localhost
269
+ solana config set --url http://127.0.0.1:8899
270
270
```
271
271
272
272
## Writing the client in Rust
You can’t perform that action at this time.
0 commit comments