Skip to content

A Toolkit to help dApps Chain Abtract their user flows.

Notifications You must be signed in to change notification settings

connext/chain-abstraction-integration

Repository files navigation

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

About

A Toolkit to help dApps Chain Abtract their user flows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published