To get started:
Clone the https://github.com/smartcontractkit/chainlink-localarrow-up-right repository.
Run npm i && forge install to install dependencies.
npm i && forge install
Run npx hardhat test to run Hardhat tests.
npx hardhat test
Run forge test to run Foundry tests.
forge test
Contributions are welcome, feel free to raise issues and/or open pull requests.
Thank you!
Last updated 1 year ago