BETAvN/A
Blossom
A decentralized data storage project (part of the Sovereign Engineering program) that allows users to store personal data on public servers without giving up ownership.
Weekly Downloads
N/A
Github Stars
N/A
$ git clone https://github.com/hzrd149/blossom.git
Technical Capabilities
Decentralized Storage
Data Ownership
Public Servers
Integration Interface
import { IntegrityClient } from 'https://github.com/hzrd149/blossom.git';
// Initialize the primitive
const client = new IntegrityClient({
network: 'mainnet',
version: 'N/A'
});
await client.connect();