feat: add solana-localnet program
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
## Examples
|
||||
Before trying any of the examples in this directory please populate the `lib/`
|
||||
directory by running `npm install`
|
||||
directory by running `npm install`.
|
||||
|
||||
Additionally most of the examples attempt to connect to a local network. Start
|
||||
your local network first by running:
|
||||
```bash
|
||||
$ npx solana-localnet update
|
||||
$ npx solana-localnet up
|
||||
```
|
||||
|
Reference in New Issue
Block a user