Skip to content

AlgoBuilder Infrastructure

Prerequisites#

  1. install go-algorand
1
2
3
4
5
git clone https://github.com/algorand/go-algorand
cd go-algorand/
./scripts/configure_dev.sh
./scripts/buildtools/install_buildtools.sh
make install

There were 2 problems with M1 mac:

  1. crypto/batchverifier.go:33:11: fatal error: 'sodium.h' file not found was solved by this post for wrong go version.
  2. sortition.cpp:2:10: fatal error: 'boost/math/distributions/binomial.hpp' file not found can be solved by my post here

Install Infrastructure#

  1. clone scale-it/algo-builder
1
2
git clone https://github.com/scale-it/algo-builder
cd algo-builder/