Doichain/dapp

Feature: API Extension

Open

#115 opened on Oct 29, 2019

 (0 comments) (0 reactions) (0 assignees)JavaScript (13 forks)auto 404
A priorityUIbountyenhancementfeaturehelp wanted

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

REST-API needs to be extended for following functions:

  • Register & Verify email address (verified Doichain email) https://github.com/Doichain/dapp/issues/114 (Update: under implementation)
  • Show Permission Details from blockchain (?format=[html||json]&nameId=nameid) response: e.g nameId, signature, doiSignature (valid?!), timestamps. HTML version with permission revocation feature (Update: partly implemented*)
  • sendrawtransaction must be extended so it returns utxos of the new created transaction. also see: https://github.com/inspiraluna/doiContacts/issues/16 (Update: implemented*)

Contributor guide