Skip to content

project-callisto/crypto-demo

Repository files navigation

Valkyrie Demo

running the auto-linter

npm run clean

setting up a dev server

Install dependencies:

npm install

running a dev server

NODE_ENV=dev DEBUG=* npm start

running a mock production server locally

npm run heroku-postbuild
npm run start:prod

running the tests

npm run test:unit -- --single-run
npm run test:e2e -- --single-run

About

The source code for select components of Callisto's cryptographic approach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published