GitHub release (latest by date) GitHub last commit Master

Sequin is a cryptocurrency implemented in Crystal.



Development

To get started, set up a balena device in local mode and use balena push. This will run a docker container on the device that executes the test suite, then sleeps. Saving changes to the project will cause the test suite to be executed again.

Tests

To run unit tests locally:

make test

Linting uses the GitHub super-linter project and can be run locally using docker with:

make lint

Todo