This EVM assembler is used to build the proxy.
# https://wjmelements.github.io/evm/#installation
# Clone
git clone https://github.com/wjmelements/evm.git
# Build
make -C evm bin/evm
# Install
sudo install evm/bin/evm /usr/local/bin/forge (foundry) is used to build solidity projects.
# https://www.getfoundry.sh/introduction/installation
# Install to ~/.foundry/bin
curl -L https://foundry.paradigm.xyz | bash
# Add to path
source ~/.bashrc
# Install latest forge
foundryup# Clone
git clone --recurse-submodules git@github.com:FilOzone/foc-treasury.git
# Build
make
# Test
make test
# TODO Deploy