Skip to content

MaibornWolff/evmuncher

Folders and files

NameName
Last commit message
Last commit date
Oct 2, 2019
Oct 2, 2019
Oct 2, 2019
Oct 2, 2019
Oct 2, 2019
Oct 2, 2019
Oct 2, 2019
Oct 2, 2019
Oct 2, 2019
Oct 2, 2019
May 19, 2021
Aug 11, 2020
Oct 2, 2019
Oct 2, 2019

Repository files navigation

eth_sc_analysis

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Anti Pattern

Anti Pattern 19 and 21 have been excluded, due to complexity!

Docker

  1. npm run build
  2. docker build -t evmuncher:v1 .
  3. docker run -p 80:8080 evmuncher:v1 =======