Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitalov authored Apr 19, 2022
1 parent e080091 commit 58fd859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This a simple and basic blockchain using GO Lang !

### TODO
- **Networking** : So far this is a blockchain running only in a signle node , I'll try to add networking parts where different nodes can contribute new blocks !
- **Networking** : So far this is a blockchain running only in a single node , I'll try to add networking part where different nodes can contribute new blocks.
- **Proof of Work** : I'll try to implement PoW Algorithm.
- **Proof of Stake** : I'll try to implement PoS Algorithm.
- **Peer-to-Peer** : I'll try to make the blockchain P2P.
Expand Down

0 comments on commit 58fd859

Please sign in to comment.