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:
yarnRun the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
yarn build
yarn startdocker build -t evm-bridge .
docker run -p 3000:3000 evm-bridgedocker compose up -dEVM Bridge is licensed under the MIT License. See LICENSE for details.