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

https://github.com/avras/cryptodocs

Notes on cryptocurrency and blockchain technologies
https://github.com/avras/cryptodocs

Last synced: 4 months ago
JSON representation

Notes on cryptocurrency and blockchain technologies

Awesome Lists containing this project

README

          

### Repository for [https://avras.github.io/cryptodocs](https://avras.github.io/cryptodocs)

Steps for updating the site

1. `git checkout master`
1. `mdbook build`
1. `git checkout gh-pages`
1. `cp -r book/* .`
1. `rm -r book/*`
1. `git commit -am"Commit message"`
1. `git push`