Metadata-Version: 2.4
Name: walytis_mutability
Version: 0.1.9
Summary: An overlay for the Walytis blockchain that provides the feature of mutable blocks.
Author: emendir
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: decorate_all
Requires-Dist: walytis_beta_api
Requires-Dist: walytis_beta_embedded
Requires-Dist: emtest>=0.1.2

# Walytis Mutability

A Walytis blockchain overlay featuring block mutability.

## Features

- mutability: blocks can be edited or deleted on the abstracted overlay blockchain
- block history: old versions of blocks and deleted blocks will always be retrievable
- compatibility: can be combined with WalytisOffchain to use its encryption & authentication

## Project Status **EXPERIMENTAL**

This library is very early in its development.

The API of this library IS LIKELY TO CHANGE in the near future!

## Documentation

The thorough documentation for this project and the technologies it's based on live in a dedicated repository:

https://github.com/emendir/WalytisTechnologies

## Related Projects
### The Endra Tech Stack

- [IPFS](https://ipfs.tech):  A p2p communication and content addressing protocol developed by ProtocolLabs.
- [Walytis](https://github.com/emendir/Walytis_Beta): A flexible, lightweight, nonlinear database-blockchain, built on IPFS.
- [WalytisIdentities](https://github.com/emendir/WalytisIdentities): P2P multi-controller cryptographic identity management, built on Walytis.
- [WalytisOffchain](https://github.com/emendir/WalytisOffchain): Secure access-controlled database-blockchain, built on WalytisIdentities.
- [WalytisMutability](https://github.com/emendir/WalytisMutability): A Walytis blockchain overlay featuring block mutability.
- [Endra](https://github.com/emendir/Endra): A p2p encrypted messaging protocol with multiple devices per user, built on Walytis.
- [EndraApp](https://github.com/emendir/EndraApp): A p2p encrypted messenger supporting multiple devices per user, built on Walytis.

### Alternative Technologies
- OrbitDB: a distributed IPFS-based database written in go
