This repository contains unit and fuzz testing for Zivoe v1 smart contracts.
Install foundry-rs.
Generate a main-net RPC-URL from Infura.
git clone https://github.com/Zivoe/zivoe-core-testing
git submodule update --init --recursive
forge test --rpc-url <RPC_URL_MAINNET>