This repo contains code and slides for Road to Decipher Bootcamp
cd /opt
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
export PATH=/opt/homebrew/bin:$PATH
export PATH=/opt/homebrew/sbin:$PATH
brew install python3
brew install node
git clone https://github.com/algorand/sandbox.git
volumes:
- type: bind
source: ../
target: /data
./sandbox up -v
./sandbox enter algod