This commit is contained in:
Michael Vines
2018-10-02 21:55:39 -07:00
parent 394d63891b
commit feab984cf1

View File

@ -69,7 +69,7 @@ console.log(solanaWeb3);
``` ```
## Local Network ## Local Network
The `solana-localnet` program is provide to easily start a test Solana network The `solana-localnet` program is provided to easily start a test Solana network
locally on your machine. Docker must be installed. The JSON RPC endpoint of locally on your machine. Docker must be installed. The JSON RPC endpoint of
the local network is `http://localhost:8899`. the local network is `http://localhost:8899`.