Doichain/dapp

Create Doichain npm package out of doichain-meteor-api

Open

#99 opened on Mar 26, 2019

 (2 comments) (0 reactions) (1 assignee)JavaScript (13 forks)auto 404
A priorityC prioritybountyfeaturehelp wanted

Repository metrics

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

Description

https://github.com/Doichain/meteor-api is a meteor package that references account-password inside the nimble:restivus@0.8.12 package.

In case we want to adapt accounts-password package to support Doichain we would run into several issues. So the solution will be:

Create a Doichain npm package for the core-doichain-api (without the REST-stuffs) let the meteor-api use accounts-password and the old REST but move all core Doichain functions into the new npm package.

So we can put this doichain npm package into any JS project, allowing them to communicate with a Doichain blockchain node without having the necessity to use all the REST stuffs.

Remark: Bob will call Alice in order to get the Email template via REST and also inform Alice when a DOI was confirmed - so those REST functions still need to be there.

That sounds like we need to replace nimble:restivus@0.8.12 with a NPM Rest package too!

Please see https://bounties.doichain.org/ how to apply for Doichain bounties.

Contributor guide