For Developers: AutonomiNET + SafeStoreAPI = .NET in a Decentralized World
Forget relational databases. We already have NoSQL solutions like MongoDB.
But if you’re wondering how to build a .NET architecture on top of Autonomi, the answer is simple: Use SafeStoreAPI + AutonomiNET + AutonomiDB.
How it works:
- SafeStoreAPI – a standard Web API running on a server. REST, controllers, validations — business as usual.
- AutonomiNet – a .NET library that communicates with the Autonomi network.
- AutonomiDB – a MongoDB-like abstraction built on top of the agent’s Scratchpad, using a document model with nested data, dynamic schema, and BSON-like storage.
It’s all about one simple library
AutonomiDB gives you something like: .Insert()
, .Find()
, .Update()
, .Delete()
, GetByIndex()
, QueryAll()
, Serialization / Deserialization
You can even store files (images, archives, text, etc.) directly into the Autonomi network.
UI? Write whatever you want
Once SafeStoreAPI is up, your UI can be: Desktop, Web, Mobile, Even static HTML/JS hosted directly on the Autonomi network
The API acts as a gatekeeper — business logic stays private.
Safe and validated
If someone tries to send malicious or invalid data - SafeStoreAPI handles validation and rejects it. No exposure of logic to the client.
Admin Panel?
Use any tech stack - just connect it to SafeStoreAPI. It reads from AutonomiDB and executes actions on real data.
What do you need to host?
Only SafeStoreAPI - nothing more. A small VPS or shared host is enough to act as your gateway to Autonomi’s infinite storage, currently at 127.16 PiB.
Final thoughts
AutonomiNet is the .NET library that makes all of this possible.
Thanks to the one and only person who saw its potential early, give 9,300 voted, and pushed this project forward. Sadly, nobody else followed. But the idea remains: giving .NET developers access to a decentralized, backend-free future.