- Checkout polkadot in sibling folder with this project
git clone https://github.com/paritytech/polkadot.git && cd polkadot
git checkout release-v0.9.27- Build with nightly-2023-05-22
cargo build --release-
Build the project
-
Checkout polkadot-launch in the sibling folder:
git clone https://github.com/paritytech/polkadot-launch && cd polkadot-launch- Run launch-testnet.sh from the root of this project
- Run
deno install. - Optional step - configure tests with env variables or by editing configuration file.
- Run
deno task test.
