Skip to content

eosnetworkfoundation/evm-bridge-frontend

Repository files navigation

evm-bridge-frontend

The frontend of the trustless bridge of the EOS EVM.

Project Setup

yarn install

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint