Git Product home page Git Product logo

Veres One

A blockchain for acquiring and managing decentralized identifiers.

The Veres One Project envisions a world where people and organizations control their identifiers and their identity data. The Veres One Blockchain is a fit-for-purpose blockchain optimized for identity on the Web. The network ecosystem is designed to be self-sufficient through the use of an innovative operational and funding model. The operational model ensures openness, prevents attacks against the network, and financially rewards individuals and organizations that choose to run software to ensure the security of the network.

Human dignity demands that every individual be able to participate equally in our increasingly digital society. That means everyone deserves the ability create and administer unique, globally resolvable identifiers. For that reason, the network is global and open to the public; anyone may participate.

You can learn more about this project at the Veres One Website.

Technical details about the blockchain can be found in the Veres One DID Method Specification.

Requirements

  • Linux (Debian 10+, Ubuntu 18.04+)
  • Node 12.11+
  • MongoDB (3.6+)
  • Redis (4+)

Evaluation Quickstart

You can create DIDs to the Veres One Testnet by using the did-client:

git clone https://github.com/digitalbazaar/did-cli.git
cd did-cli
npm install
./did generate --register

Developer Quickstart

Setting up a Veres One development environment is fairly easy and consists of the following steps:

  1. Modify your /etc/hosts file.
  2. Install Git, Node, MongoDB, and Redis.
  3. Setup the Veres One development environment.

Detailed instructions can be found below:

Make sure to add the following hostnames to your /etc/hosts file:

127.0.0.1  localhost node-1.veres.one.local node-2.veres.one.local \
           node-3.veres.one.local node-4.veres.one.local

The \ and line break above is for readability purposes. Every *.veres.one.local should be on the same line as 127.0.0.1.

git clone https://github.com/veres-one/veres-one.git
cd veres-one
npm install
node dev.js

You can write DIDs to the development blockchain by using the did-client:

git clone https://github.com/digitalbazaar/did-cli.git
cd did-cli
npm install
./did -m dev generate --register

If you want to run a minimum network with electors, you will have to run 4 nodes:

cd veres-one
node node-1 &
node node-2 &
node node-3 &
node node-4 &

When you create a DID, you should see all peers vote and synchronize to the same block.

Issue Tracker

All bugs, suggestions, requests, and code issues are tracked on the Veres One Issue Tracker.

Veres One's Projects

meetings icon meetings

Meeting audio and text transcriptions from the W3C Veres One Community Group

veres-one icon veres-one

A ledger for acquiring and managing decentralized identifiers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.