Pre-requisites
Pint is Rust Based Smart Contract Language. It means that you need to have Rust Installed in order to run Pint smart contracts. Install Rust using the below command
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shScaffold Essential is built upon Next JS and Node JS. Hence its recommended to have the Node LTS installed Install pint-cli
cargo install pint-cliIts important to have nix package manager to manage esssential and pint installation
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
nix develop github:essential-contributions/essential-integration
nixLast updated