diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-03-30 16:58:56 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-03-30 16:58:56 +0300 |
commit | 381e3d2a31ca6fa184f9c5e48288c0f55f84560f (patch) | |
tree | edf873c8b8d6b6befb8471a4d2a6ea8409246317 /README | |
parent | 4f1df24786d4be95e0029e6c142ce376f98377dc (diff) | |
download | arching-kaos-tools-381e3d2a31ca6fa184f9c5e48288c0f55f84560f.tar.gz arching-kaos-tools-381e3d2a31ca6fa184f9c5e48288c0f55f84560f.tar.bz2 arching-kaos-tools-381e3d2a31ca6fa184f9c5e48288c0f55f84560f.zip |
Updated README
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -19,6 +19,14 @@ is responsible for handling it properly. For the zchain to be valid, all the signatures must be verifiable against the provided GPG key. +Latest developments +------------------- +1. A proof of work blockchain is introduced to synchronize the zchains among them. +2. A miner prototype is introduced as well. +3. From a directory full of blocks, find the latest block of the longest chain +4. API for calling some of the bash scripts + + Description ----------- This is an installable repository which provides various tools for running @@ -54,6 +62,8 @@ programs used are: - git (v2.34.1) - which (v2.21) - jq (v1.6) +- nodejs (v18.14) +- npm (v9.5.0) `json_pp` is also used put you cat remove it and change it with `jq` |