trust-net / go-sdb-node

Software Defined Blockchain Node
MIT License
1 stars 0 forks source link

API Specs for blockchain membership on peer nodes #3

Open gnulib opened 6 years ago

gnulib commented 6 years ago

Description

As a developer,

I would like to know API specifications for a peer node to join/leave an existing blockchain network,

so that I can manage blockchain membership for my peer node dynamically.

Acceptance Criteria

gnulib commented 6 years ago

Question: Why would I want a peer node different from application?

Why would I, a developer, write a client application separate from peer node, and not use the DLT stack directly into my application? After all, the real purpose of DLT as a Stack is to integrate DLT into application, isn't it?

It takes same effort to write the application with DLT stack, as it would take to write the application with an API client for off-the-box peer node.

Potential benefits of having off-the-box peer node: