29 lines
727 B
Markdown
29 lines
727 B
Markdown
|
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
|