This repository has been deprecated. |
Please use https://github.com/iotaledger/iota/tree/develop/apps/evm-bridge instead |
Build the sdk:
pnpm sdk build
Run the bridge app:
pnpm app dev
Check eslint and formatting:
pnpm run lint
Fix eslint and formatting:
pnpm run lint:fix