Golem is a key-value store based on the consensus algorithm raft.
- single logs are stored as blocks
- links are made by first create a hash for each block and from the next block reference to the last block
- 2 different chains
- one for storing all the key-value data
- one to store all transactions on the chain
Pull requests welcome:) If you like to do some bigger changes please open an issue, so we can chat about.
- kruemelmann - @kruemelmann