A NineChronicles-specific queue application that collects and sequentially bundles actions for sending money or sending items into one action instead of creating them separately, and propagates them to the network as transactions.
$ yarn install --immutable
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
To run stress test, you need to install k6
. You can install it by following the instructions in https://k6.io/docs/get-started/installation/.
$ k6 run k6/stress-test.spec.ts
See https://hub.docker.com/r/planetariumhq/9c-rudolf.
9c-rudolf is AGPL-3.0 licensed.