feat: add solana-localnet program

This commit is contained in:
Michael Vines
2018-10-02 20:51:19 -07:00
parent 6b1d1b41b5
commit d3d1bce4c2
6 changed files with 137 additions and 3 deletions

View File

@ -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
```