|
|
2 anos atrás | |
|---|---|---|
| contracts | 2 anos atrás | |
| src | 2 anos atrás | |
| .babelrc | 2 anos atrás | |
| .editorconfig | 2 anos atrás | |
| .env.example | 2 anos atrás | |
| .eslintignore | 2 anos atrás | |
| .eslintrc | 2 anos atrás | |
| .gitignore | 2 anos atrás | |
| README.md | 2 anos atrás | |
| hardhat.config.js | 2 anos atrás | |
| package.json | 2 anos atrás | |
| tsconfig.json | 2 anos atrás | |
| yarn.lock | 2 anos atrás |
yarn
# if DEBUG=1, will show all debug logs
DEBUG=1
DB_HOST=127.0.0.1
DB_NAME=meeton
DB_USER=root
DB_PASS=
PORT=
# time scale, using for event system. for examle:
# DEV_TIMESCALE=0.0006944444444444445
# makes 1 day become 1 min.
DEV_TIMESCALE=
Using following command to start server.
yarn run start
Using following command to start task runner.
yarn run start_task
Using following command to run script.
yarn run script -- ./lib/scripts/__SCRIPT_NAME__.js
Looking for src/scripts folder to geet __SCRIPT_NAME__.