Doichain/dapp

Create Doichain npm package out of doichain-meteor-api

开放

#99 创建于 2019年3月26日

 (2 条评论) (0 个反应) (1 位负责人)JavaScript (13 个派生)auto 404
A priorityC prioritybountyfeaturehelp wanted

仓库指标

星标
 (6 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南