From f35da0059a56f265f2ba3339e52f006e6b91c3a5 Mon Sep 17 00:00:00 2001 From: fukaoi Date: Tue, 10 Sep 2019 13:41:50 +0900 Subject: [PATCH] add case study --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index acf8593e..97b27a8c 100644 --- a/README.md +++ b/README.md @@ -391,15 +391,17 @@ To see exported the code, **/tmp/raw_js/** └── ff4d0b01de3d93d612bb5a09ed381711.js ``` - - - #### Safety Scan for vulnerabilities when build project. If be found vulnerabilities, build is supposed to fail.this logic execute `npm audit` command in Makefile.execute `npm audit --fix` command and build continue use `make audit`, export raw JS to /tmp/raw_js/ and do static analysis with eslint-plugin-security +## Case study + +* [crystal-ripple-sdk](https://github.com/fukaoi/crystal-ripple-sdk) ... crystal client sdk for ripple in cryptocurrency +* [crystal-ethereum-sdk](https://github.com/fukaoi/crystal-ethereum-sdk) ... crystal client sdk for ethereum in cryptocurrency + ## Contributing