An open API service indexing awesome lists of open source software.

https://github.com/abailly/crypto


https://github.com/abailly/crypto

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# crypto

Pre-requisites :
================

* stack (on archlinux, ```pacman -S stack```)

```bash
stack setup
stack test

# or with Docker
docker build -t crypto .

docker run --rm -it \
-v $(pwd):/app -w /app \
crypto stack test --allow-different-user --file-watch
```