From c29ff5a4bbf41ff04dbe19964bc1254a6ac7bb2b Mon Sep 17 00:00:00 2001 From: Kevin Heavey Date: Sat, 12 Aug 2023 21:20:56 +0100 Subject: [PATCH] remove multiple processes mention until #2 is fixed --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5533b21..1fcaabd 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.