Environment Setup
In this guide, we set up packages/libraries we require in order to compile projects using the crypto3 library.
Installation
Linux
The following dependencies need to be installed.
Please execute the below to fetch the packages required or adapt the command to your package manager.
sudo apt install build-essential libssl-dev libboost-all-dev cmake clang git
Once the base packages are installed, please see the quickstart guide to set up a scaffold project or installation on how you can integrate crypto3 with your existing project.