From 2fcf1d756a5cd08a0c5a650df3ac75d2dd1b0023 Mon Sep 17 00:00:00 2001 From: Jarrad Date: Mon, 30 Jan 2017 14:57:33 +0700 Subject: [PATCH] Update chat-api.md --- docs/proposals/chat-api.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/proposals/chat-api.md b/docs/proposals/chat-api.md index c18ce93..805845b 100644 --- a/docs/proposals/chat-api.md +++ b/docs/proposals/chat-api.md @@ -51,3 +51,9 @@ Once a command handler is invoked it is passed the current text / data payload o ## Deployment & Testing Console should have some `/debug` mode that allows the user to plugin their phone in and hot-load javascript/webpage to make testing web-based dapps or bots easily from desktop. Ideally it should have integration with [Truffle](http://truffleframework.com/) & [Embark](https://github.com/iurimatias/embark-framework) and pay respect to [EIP190](https://github.com/ethereum/EIPs/issues/190) + +## Open Questions + +Is there an issue of resources and conversation around Otto VM jails? +Should it runs per dapp per chat context? or per DApp and then an object in each per chat context? +