Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dev-0x7c6/crypto-basement-suite


https://github.com/dev-0x7c6/crypto-basement-suite

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Crypto Basement Suite, CBS for short
Upcomming plaform with tools for monitoring crypto, analysis and more.

#### Installation process
```console
user@host # git clone https://github.com/dev-0x7C6/crypto-basement-suite.git
user@host # cd crypto-basement-suite
user@host # cmake . -DCMAKE_INSTALL_PREFIX=/usr
user@host # make -j$(nproc)
user@host # sudo make install
```