Contracts for Chain Abstraction integration
You can skip
this step if you are using node.js version >=16.0
command to check your node.js version
node -v
Installing Node.js
: https://hardhat.org/tutorial/setting-up-the-environment#installing-node.jsUpgrading your Node.js installation
: https://hardhat.org/tutorial/setting-up-the-environment#upgrading-your-node.js-installation
Command to check if foundry is already installed in your system -
forge --version
Installing foundry
: https://book.getfoundry.sh/getting-started/installation
- Adding all the dependency -
yarn
- To install the modpacks -
forge install
- To build -
forge build
Try following command to run the contarct tests -
yarn run test
or
forge test --via-ir