The repository is a single point for developing and building arbos-foundry.
- Rust 1.84
- Docker
- Stylus develop prerequisites - https://docs.arbitrum.io/stylus/quickstart
git clone --recurse https://github.com/iosiro/arbos-foundry-mono.git && arbos-foundry-mono
We need to make call make
in the nitro directory to precompile the static libraries for brotli
.
cd nitro && make
Integrations tests are developed in a separate repository to minimize the diff
size of revm.
cd revm-tests && cargo test