$ npm install
Fill in config/default.yaml
. The test user must be ready to handle
user ops for testing (e.g. have funds for gas).
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e