wamp-proto / wamp-xbr

The XBR Protocol - blockchain protocol for decentralized open data markets
https://xbr.network
Other
11 stars 16 forks source link

XBR interface definition language #5

Closed oberstet closed 5 years ago

oberstet commented 6 years ago

APIs are central for XBR, as that is what XBR services implement. A XBR Consumer naturally will need information on the API to consume, and depending on kind of API, the expectation regarding the typing strictness of the API could range to "fully statically typed".

So what we need in XBR is an interface definition language to specify more or less typed WAMP interfaces with additional XBR related information.

The steps:

oberstet commented 5 years ago

IDL is offchain