Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pjt3591oo/ethereum-auto-contract-deploy

이더리움 기반 토큰 관리
https://github.com/pjt3591oo/ethereum-auto-contract-deploy

blockchain dapp ethereum token

Last synced: about 1 month ago
JSON representation

이더리움 기반 토큰 관리

Awesome Lists containing this project

README

        

# TMS

> Token Management Systen

## Build Setup

``` bash
# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# build for production and view the bundle analyzer report
yarn build --report

# run unit tests
yarn unit

# run e2e tests
yarn e2e

# run all tests
yarn test
```

## start

```bash
# server start
$ node ./app.js

# background start
$ forever start app.js
$ pm2 start app.js
```