diff --git a/package.json b/package.json index d625fcc..53eb2db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "goodchain", - "version": "1.0.4", + "version": "1.0.5", "description": "Welcome to GoodChains. A project to explore the blockchain technology", "main": "index.js", "engines": { diff --git a/readme.md b/readme.md index 008453e..e152876 100755 --- a/readme.md +++ b/readme.md @@ -2,6 +2,7 @@ Welcome to **GoodChain** where blockchain meets simplicity and flexibility! Whether you're a seasoned developer or just starting to explore the world of blockchain technology, GoodChain is here to make your journey exciting and rewarding. + **GoodChain** is a distributed ledger that allows you to initiate transactions securely. These transactions are irreversible once confirmed, ensuring the integrity of your data and assets. This is achieved by using a `peer-to-peer` network of nodes, which are connected to each other through a network of nodes. **GoodChain** It is written in `nodejs` and uses `git`(not yet,soon) as its database. It features a basic `proof-of-work (PoW)` consensus. You can also plug your own consensus mechanisms like `Proof of Stake (PoS)` or any other custom consensus mechanism you may have in mind.