Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.06 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.06 KB

Chain Abstraction Integration

Contracts for Chain Abstraction integration

Setting up environment

1. Node.js environment - Prerequisite

You can skip this step if you are using node.js version >=16.0 command to check your node.js version

node -v

2. Foundry - Prerequisite

Command to check if foundry is already installed in your system -

forge --version

3. Install Dependencies - Prerequisite

  • Adding all the dependency -
yarn
  • To install the modpacks -
forge install
  • To build -
forge build

Running the tests -

Try following command to run the contarct tests -

yarn run test

or

forge test --via-ir

Reference