Contribute to Chainlink Local
Build & Test
To get started:
Clone the https://github.com/smartcontractkit/chainlink-local repository.
Run
npm i && forge install
to install dependencies.Run
npx hardhat test
to run Hardhat tests.Run
forge test
to run Foundry tests.
Contributing
Contributions are welcome, feel free to raise issues and/or open pull requests.
Thank you!
Last updated