Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile Messaging API #2

Open
martindale opened this issue Nov 2, 2019 · 1 comment
Open

Mobile Messaging API #2

martindale opened this issue Nov 2, 2019 · 1 comment

Comments

@martindale
Copy link
Member

Assuming an insecure environment, calls need to be made to a JavaScript context to interact with otherwise secure methods. Design & implement a secure messaging API matching the following:

const Service = require('@fabric/core/types/service');

class API extends Service {
  async execute (method, params) {

  }

  _asMerkleTree () {
    // must return a Bitcoin-style merkle tree of all historical executions, in order of execution
  }
}
@martindale
Copy link
Member Author

TODO: James intro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant