Quickstart
Get started with the Vertices SDK in a few easy steps.
Last updated
Was this helpful?
Get started with the Vertices SDK in a few easy steps.
Last updated
Was this helpful?
Was this helpful?
# clone into current directory including its submodules
git clone --recurse-submodules https://github.com/vertices-network/c-vertices-sdk
cd c-vertices-sdkbrew install libsodium curl cmake python3 ccacheapt-get install curl cmake python3 ccache libsodium-dev# create 'vertices' environment
conda env create -f utils/environment.yml
# when checking out another commit, you might want
# to make sure you're up to date with dependencies:
conda env update -f utils/environment.yml
# remember to activate your environment
conda activate vertices
# you are ready to code