Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mlibre committed Mar 29, 2024
1 parent 0fb97f7 commit ebbbc47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goodchain",
"version": "1.0.5",
"version": "2.0.0",
"description": "Welcome to GoodChains. A project to explore the blockchain technology",
"main": "index.js",
"engines": {
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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.
**GoodChain** It is written in `nodejs` and uses `git` 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.

## Key Features ๐Ÿš€

Expand Down Expand Up @@ -148,6 +148,10 @@ This project is licensed under the `GPL` License

The first version of `GoodChain` was built in 2024. It was a simple blockchain implementation that was used to learn about the blockchain technology. It was simply using `json` files to store the blockchain data. You can check out the [realases](https://github.com/mlibre/GoodChain/releases/tag/1.0.5) to see the code.

## Version 2 (latest version)

The second version of `GoodChain` is the successor to the first version. It was built using `Node.js` and `Express.js`, and uses `git` to store the blockchain data.

## Donate ๐Ÿ’–

ETH:
Expand Down

0 comments on commit ebbbc47

Please sign in to comment.