Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-0x7c6/crypto-basement-suite
https://github.com/dev-0x7c6/crypto-basement-suite
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-0x7c6/crypto-basement-suite
- Owner: dev-0x7C6
- License: agpl-3.0
- Created: 2021-08-23T19:30:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T21:21:26.000Z (about 1 month ago)
- Last Synced: 2025-01-10T22:31:18.727Z (about 1 month ago)
- Language: C++
- Size: 390 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```