Quick Start Guide
Set up a development environment and run the end to end test stack.
System Requirements
Development Tools
sudo apt install jq direnv moreutils gcc g++ build-essentialdirenv hook bash >> .bashrc
source .bashrccurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bashcd core && nvm usecorepack enable
corepack prepare [email protected] --activatesudo apt install -y git clang curl libssl-dev llvm libudev-dev make protobuf-compiler
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/env
rustup default stable
rustup update
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightlySetup
Running the E2E stack
Inspecting the E2E environment
Last updated
