https://github.com/giraffechain/giraffe
A proof-of-stake blockchain, featuring mobile staking and an embedded graph database
https://github.com/giraffechain/giraffe
blockchain graph proof-of-stake wallet web3
Last synced: 2 months ago
JSON representation
A proof-of-stake blockchain, featuring mobile staking and an embedded graph database
- Host: GitHub
- URL: https://github.com/giraffechain/giraffe
- Owner: GiraffeChain
- License: mpl-2.0
- Created: 2023-02-16T14:43:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T00:40:42.000Z (11 months ago)
- Last Synced: 2025-04-08T07:42:50.529Z (6 months ago)
- Topics: blockchain, graph, proof-of-stake, wallet, web3
- Language: Dart
- Homepage: https://giraffechain.com
- Size: 3.4 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ๐ฆ Giraffe Chain
**โ Blockchain** | **๐ฑ Mobile+Web Staking** | **๐ซ Graph Database** | **๐งช Experimental**### [๐ Home](https://giraffechain.com)
### [๐ Documentation](https://docs.giraffechain.com)
### [๐ฅ๏ธ Testnet](https://testnet.giraffechain.com)## About
You've found the repository for yet another blockchain protocol. This protocol uses proof-of-stake for consensus and UTxOs for its ledger.Similar to other application layers, tokens are distributed and spent using an "Unspent Transaction Output" model. *Unlike* other UTxO models, each UTxO may represent a "vertex" or "edge" of a **ledger-wide graph data structure**. Connecting two "vertex" UTxOs with a new "edge" UTxO requires permission from each of the "vertex" UTxOs. The intention is to provide a developer-friendly graph database that is backed by a decentralized blockchain.
Similar to other protocols, the network is made up of relay nodes which verify correctness of the chain and distribute information to other peers. *Unlike* other protocols, **block production is performed client-side within user wallets**. The intention is to decentralize as much as possible by making it simple for everyday people to stake. The ideal outcome is for millions of people to participate from their phones.
To demonstrate the utility of the graph database, the wallet includes a mini **social network** which allows people to share and connect.
The whole thing is included here, in a monorepo.
## Status
This blockchain is still in very **early development**. Everything is **experimental**. You are more than welcome to copy the code in this repository, but there are no guarantees that it'll be bug-free. **Don't use real money** (as if such a thing exists). If nothing else, this project aims to experiment with web3 ideas.## Limitations
- Staking currently requires significant trust in the connected relay node.
- To limit an explosion of storage, graph data is encumbered by tokens/funds. There is a limit on the vertex/edge information that can be stored.