A comprehensive example demonstrating how to create an Autobase where multiple peers can write encrypted data, but only the bootstrapper can read the aggregated view. This implements a "single-reader" pattern using public key encryption.
This example shows how to layer encryption on top of standard Autobase multi-writer patterns to create a system where:
- Multiple writers can connect and send encrypted messages
- Only the bootstrapper (reader) can decrypt and view the content