A simple webapp bridging ꜩ between Tezos L1 and L2 EVM.
- Node.js (v18.15.0 or higher)
- yarn (v1.22.19 or higher)
Install depandancies:
yarn
Run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
yarn build
yarn start
docker build -t evm-bridge .
docker run -p 3000:3000 evm-bridge
docker compose up -d
EVM Bridge is licensed under the MIT License. See LICENSE for details.