CryptoZSH/README.md

34 lines
851 B
Markdown
Executable File

gen6zsh
====
The aim of this project is to create a zsh environment for users who work with: cryptocurrencies, blockchain projects and crytpography itself.
Tools and Functions inside /draft/
====
- Check state of Gen6 services
- Random generation rules
- Network crypto tools
- Logical note taking with linking
- Local blockchain db
- Coin stat/price tracking
Commands calling functions:
chkdep - check if all dependencies are installed
chkent - check on random hardening
chkip - check public ip address
chktor - check if tor (torsocks) is used
Installing
====
```
cd /tmp/ && git clone https://git.hsbp.org/G6_Networks/gen6zsh && cd gen6zsh && mkdir ~/.gen6zsh && cp zsh_files/* ~/.gen6zsh && mv ~/.gen6zsh/zshrc ~/.zshrc && cp -R tools ~/.gen6zsh_tools
```
Check dependencies:
```
zsh /tmp/gen6zsh/dependency_check.zsh
```