Update chat-api.md

This commit is contained in:
Jarrad 2017-01-30 14:57:33 +07:00 committed by GitHub
parent bd1f580c1c
commit 2fcf1d756a
1 changed files with 6 additions and 0 deletions

View File

@ -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?