Release Notes
Other
- removed explicit rust-toolchain, so let's use the latest stable by default
- Upgraded NEAR crates to 0.20.0 release (#5)
- fixed code_style.yml to use ubuntu-latest instead of ubuntu-20.04
- removed old CI integrations that are now replaced by cargo-dist (release.yml workflow)
Install near-validator 0.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near-cli-rs/near-validator-cli-rs/releases/download/v0.1.1/near-validator-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near-cli-rs/near-validator-cli-rs/releases/download/v0.1.1/near-validator-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install near-validator@0.1.1
Download near-validator 0.1.1