Skip to content

Commit

Permalink
remove multiple processes mention until #2 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 12, 2023
1 parent 8257d7d commit c29ff5a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ for testing Solana programs in NodeJS.

While people often use `solana-test-validator` for this,
`bankrun` is orders of magnitude faster and far more convenient.
You don't have to
take care of an external process and you can start as many `bankrun`
instances as you like without worrying about ports in use or hogging your machine's resources.

You can also do things that are not possible with `solana-test-validator`,
such as jumping back and forth in time or dynamically setting account data.
Expand Down Expand Up @@ -70,7 +67,11 @@ Some things to note here:

## Getting Started

NPM package is coming soon.
### Installation:

```
yarn add solana-bankrun
```

If you want to contribute, make sure you have Yarn and the Rust toolchain installed.

Expand Down

0 comments on commit c29ff5a

Please sign in to comment.