AlgoBuilder Infrastructure
Prerequisites
- install go-algorand
| 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:
crypto/batchverifier.go:33:11: fatal error: 'sodium.h' file not found
was solved by this post for wrong go
version.
sortition.cpp:2:10: fatal error: 'boost/math/distributions/binomial.hpp' file not found
can be solved by my post here
Install Infrastructure
- clone scale-it/algo-builder
| git clone https://github.com/scale-it/algo-builder
cd algo-builder/
|