This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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.
79791 . Set CLI config url to localhost cluster
8080
8181``` bash
82- solana config set --url localhost
82+ solana config set --url http://127.0.0.1:8899
8383```
8484
85852 . Create CLI Keypair
@@ -142,7 +142,7 @@ Public key values will differ:
142142
143143``` bash
144144Let' 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' }
146146Using account AiT1QgeYaK86Lf9kudqKthQPCWwpG8vFA1bAAioBoF4X containing 0.00141872 SOL to pay for fees
147147Using program Dro9uk45fxMcKWGb1eWALujbTssh6DW8mb4x8x3Eq5h6
148148Creating account 8MBmHtJvxpKdYhdw6yPpedp6X6y2U9dCpdYaZJdmwV3A to say hello to
@@ -266,7 +266,7 @@ solana config set --url devnet
266266
267267To point back to the local cluster:
268268```bash
269- solana config set --url localhost
269+ solana config set --url http://127.0.0.1:8899
270270```
271271
272272## Writing the client in Rust
You can’t perform that action at this time.
0 commit comments