eosnetworkfoundation / evm-bridge-frontend

Frontend for the EOS EVM trustless bridge
Other
0 stars 1 forks source link

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