Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
이더리움 기반 토큰 관리
- Host: GitHub
- URL: https://github.com/pjt3591oo/ethereum-auto-contract-deploy
- Owner: pjt3591oo
- Created: 2018-11-11T01:01:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T01:05:24.000Z (about 6 years ago)
- Last Synced: 2024-11-06T23:35:30.501Z (3 months ago)
- Topics: blockchain, dapp, ethereum, token
- Language: JavaScript
- Homepage:
- Size: 440 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```