This repository is a submodule of the main project tezos-cso-project, which contains code for an example project which is part of the educational course on the Tezos Developer Platform by B9lab. While it contains a working full stack application, it is intended for demonstration purposes only and not to run in a production environment / mainnet without further adjustments.
You can find the deployed TZMINT web application online, and more information in the Rolling Safe Sample Module in the educational course.
After cloning, in the root folder, run:
$ npm install
Run all tests, and run the code style checks, with:
$ npm test
If you want to only test unit tests, do:
$ ./node_modules/.bin/mocha test test/unit --recursive