CryptoZSH/README.md

29 lines
727 B
Markdown
Raw Permalink Normal View History

2021-10-19 12:23:19 +00:00
CryptoZsh
====
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/
====
- 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/Awalcon/CryptoZsh
cp CryptoZsh/zsh_files/.zshrc ~/
cp -R CryptoZsh/zsh_files ~/.cryptozsh
cp -R CryptoZsh/tools ~/.cryptozsh_tools