- node.js v24
- pnpm v10
- foundry v1.3.6 (
foundryup -i v1.3.6) - rust
- slither (
pip install -r contracts/requirements.txt) - maestro (
brew tap mobile-dev-inc/tap && brew install mobile-dev-inc/tap/maestro) - substreams (
brew tap streamingfast/homebrew-tap && brew install streamingfast/tap/firehose-ethereum streamingfast/tap/substreams streamingfast/tap/substreams-sink-sql) - react-native's dependencies per platform
pnpm installpnpm android # for native android app
pnpm ios # for native ios app# native
pnpm nx e2e:ios mobile # or e2e:android
maestro test .maestro/flows/local.yaml
# web
pnpm nx e2e:web mobile
maestro test .maestro/flows/web.yaml