Giter VIP home page Giter VIP logo

provide-did's Introduction

Provide DID

Adding support for DIDs as identifiers in Provide.

To run the modified stack:

$ docker-compose up -d --build

provide-cli

To compile and install the modified prvd tool, run these commands on the provide-cli directory:

$ export GOPATH=$HOME/go
$ export PATH="$PATH:$GOPATH/bin"

$ make install

Then, to point the tool to the locally deployed stack, export the following environment variables:

$ export NCHAIN_API_HOST=localhost:8080
$ export NCHAIN_API_SCHEME=http
$ export IDENT_API_HOST=localhost:8081
$ export IDENT_API_SCHEME=http
$ export VAULT_API_HOST=localhost:8082
$ export VAULT_API_SCHEME=http

Finally, use it as you would the default version:

$ prvd users create
$ prvd authenticate
$ ...

provide-did's People

Contributors

theosirian avatar

Watchers

 avatar

provide-did's Issues

Remaining Bugfixes and Hotfixes needed

  1. update Alice&Bob example from the BR-1 example readme.md - We're meeting with Kyle again tomorrow after he's applied a patch to some of his golang code
  2. sign NATS connection with key from current DID:Elem document of Alice and Bob
  3. fix did:elem setup script (upstream issue opened, transmute is very responsive)
  4. update tests to accomodate fork modifications (and previous three patches)
  5. record video of Alice and Bob demo being run locally with element DIDs

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.