LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Add API wrapper module #20

Closed karmacoma closed 7 years ago

karmacoma commented 7 years ago

We should extend lisk-js to support much easier interaction with the lisk API. This would enable lisk-js to be used as a framework independent library in all our client interfaces.

To begin with, we should support the listing of collections, retrieval of single records and posting of all locally signed transactions to internally selected peers.

It should be made possible for the selected peer to be automatically negotiated, or manually selected by the developer.

karmacoma commented 7 years ago

Disregarding dapps, multisignatures and forging management (enable/disable) for now. We should initially look to support the following API functionality: