Blockchain Data Storage and Monetization

Datum is designed for innovators who empower individuals.

Data Storage
Product Manager

Product Manager

Reach 60,000 crypto enthusiasts Reward users and monetize app data Securely message users via Datum app

Developers

Developers

Build privacy-focused apps without being an expert Secure data on the decentralized Datum blockchain Manage dApp user data with a single line of code

LEARN MORE
Individuals

Individuals

Free mobile app for Android and iOS Login to dApps with your Datum ID

DOWNLOAD THE APP

Why decentralize data?

Datum App for Individuals

Datum App for Individuals

Individuals are in control of their data: how much gets shared and with whom

DOWNLOAD THE APP

Datum for Developers

Datum for Developers

Developers get built-in security and privacy features saving time and money

LEARN MORE

Datum for Product Teams

Datum for Product Teams

Product teams avoid the headache of storing, monetizing and messaging to users

Datum
Network

Network

Individuals are in control of their data: how much gets shared and with whom

Developer Quickstart Guide

Require datum-sdk in your project
npm install datum-sdk --save
Require datum-sdk in your project
const Datum = require('datum-sdk');
var datum = new Datum();

datum .initialize({
   // users private key
   privateKey: identityUser.privateKey
   // developer public key
   developerKey: identityDeveloper.publicKey});



datum.set('satoshi@nakamto.com', 'EMAIL')
   .then(function(hash) {
       // returns the hash / unique id of data
       console.log(hash);    
   });


datum.getWithKey('EMAIL')
   .then( function (result) {
       console.log(result);
   });


datum.removeByKey('EMAIL')
   .then( function (hash) {
       console.log(hash);
   });

Easy to setup, Easy to use

Simply require the Datum JS API and store data securely with a single line of code

VIEW DEVELOPER DOCS

Pay only for what you use

Data stored is charged by amount stored and amount transferred. Testnet usage is free.

Monetize data

Optionally exchange app data on the Datum marketplace

Datum ID for Android and iOS

Simple Sign-in

Sign-in to dApps using your Datum identity

Control Your Data

Manage what data you share from your Datum Identity and who has access

Google PlayGoogle Play

Powered by the DAT Token

Saving

Product teams and developers pay DAT to store data on the blockchain

Sharing

Datum users earn DAT for sharing their data with Datum partners

Storing

Masternodes earn DAT for storing, verifying and transferring data

Accessing

Advertisers can access permissioned user data with DAT tokens

DAT Token

Partners

Decentralized Identity Foundation

Decentralized Identity Foundation

DIF members are working together to build a variety of technologies. Much of this work is being done in collaboration with the larger open source community through the W3C

Sovrin

Sovrin

Datum is an organization that fully subscribes to the principles underlying the Sovrin Foundation - We are both dedicated to building systems that put users at the center of their digital interactions and in control of their information

Enterprise Ethereum Alliance

Enterprise Ethereum Alliance

The Enterprise Ethereum Alliance connects Fortune 500 enterprises, startups, academics, and technology vendors with Ethereum subject matter experts