Liquid staking protocol on the Internet Computer Protocol.
You need to run a Unix based system with x86_64 architecture with Nix installed to compile the canisters. We recommend the Determinate Systems nix install tool which you can find here.
# build canisters
./build.shYou need the following packages to run system tests.
sudo apt update && sudo apt install \
curl \
git \
gcc \
lld \
sudo \
wget \
tree \
cmake \
wabt \
build-essential \
pkg-config \
libssl-dev \
libunwind-dev \
libusb-1.0-0-dev \
libsqlite3-dev \
zlib1g-dev \
libclang-18-dev \
protobuf-compiler \
llvm \
liblmdb-dev \
liblzma-dev
``