Doichain/dapp

Create Doichain npm package out of doichain-meteor-api

オープン

#99 opened on 2019/03/26

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (13 件のフォーク)auto 404
A priorityC prioritybountyfeaturehelp wanted

Repository metrics

Stars
 (6 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド