This commit is contained in:
2024-02-27 14:11:12 +03:00
parent 59510c76cb
commit 6b7fdba1c5
983 changed files with 11654 additions and 185 deletions

View File

@@ -0,0 +1 @@
# OurLedger

View File

@@ -0,0 +1,7 @@
# Blockchain Pruning
![](img/pruning.png)
Existing blockchains dont have a pruning feature, which means old data cannot get archived, this leads to very large blockchains rather quickly. We have developed a technology which can enable any chosen blockchain and allow old data to be parked on the Quantum Safe Storage system (means can never be corrupted or lost). It means only active data remain on the online chain, this allows for much more scalability and better utilization of the hardware.
To do effective pruning we need to modify parts of the chosen blockchain, but we know how to do this.

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 KiB

View File

@@ -0,0 +1,12 @@
# Compatible with Blockchain & Legacy Systems
![alt_text](img/web_remade_twin.png "image_tooltip")
The Twins can connect to any blockchain solutions, theey are close to the twins which are on safe locations where full blockchain nodes are deployed, this leads to even more security. In other words, it's not the browser of the user who connects to the blockchain, the browser of the user connects over the Browser Firewall to the apps running on the twin which connects the blockchain. Hackers have no possibility to abuse javascript or browser vulnerabilities.
![alt_text](img/digital_twin_executor.png "image_tooltip")
This is also compatible with any other classic IT system running behind firewalls in protected environments. The Twins can connect to any possible IT system, blockchain or classic in an ultra secure setting.

View File

@@ -0,0 +1,43 @@
# OurLedger
OurLedger is the base consensus layer to develop any business or government solution on top of.
![](img/consensus_subsystem.png)
Multiple VLang engines become the validators of this system. Each VLang engine runs smart contract code and will integrate with the blockchain through the consensus layer.
Only once the consensus is achieved, the result of the code will result in change in the real world (e.g. a blockchain), this allows for a lot of flexibility.
The blockchain is needed to support authentication, money transactions, multi signature, auditing records, ...
This approach is designed to be compatible with all existing blockchain technologies, although some are more efficient than others.
### Benefits
- order of magnitude faster development
- Integrates with everything, easy to extend
- 100% sovereign (can be deployed anywhere)
- Unlimited Scalable, uses Quantum Safe Storage System
- Works with unlimited amount of blockchains and over all protocols
- Super safe, only needs the most basic functionalities from a blockchain
- No limite in what can be created
- Actor based
### The developer has unified DSL for
- Blockchain
- NFT
- Money
- Identity
- Consensus
- Ledger
- Internet Protocols
- SMS, Mail, Chat…
- Deployment of Web 2 and 3 workloads
A DSL can be created for everything.
DSL stands for Domain Specific Language.