Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 399 Bytes

Foundry <> Redstone

Tested on: $ node -v v18.16.0 $ yarn -v 1.22.21

  1. Clone git clone --recurse-submodules -j8 https://github.com/redstone-finance/minimal-foundry-repo.git
  2. Build redstone protocol cd ./lib/redstone-oracles-monorepo/packages/protocol && yarn && yarn build
  3. Run tests forge test --ffi -vvv

Check file test/Counter.t.sol to see how to mock redstone oracles.