Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 810 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 810 Bytes

Frax Oracles

Optional Setup

Add:

function profile() {
  FOUNDRY_PROFILE=$1 "${@:2}"}

To easily execute specific foundry profiles like profile test forge test -w

Installation

npm i && forge build

Compile

forge build

Test

profile test forge test

profile test forge test -w watch for file changes

profile test forge test -vvv show stack traces for failed tests

Update to latest version of frax-standard-solidity

git submodule update --init --remote lib/frax-standard-solidity

Tooling

This repo uses the following tools:

  • frax-standard-solidity for testing and scripting helpers
  • forge fmt & prettier for code formatting
  • lint-staged & husky for pre-commit formatting checks
  • solhint for code quality and style hints
  • foundry for compiling, testing, and deploying