avocado icon indicating copy to clipboard operation
avocado copied to clipboard

Results 5 avocado issues
Sort by recently updated
recently updated
newest added

Right now the tests are using testrpc, which is great for testing, but we should make some kind of deploy scripts to deploy our contracts to the real blockchain.

Once https://github.com/jtremback/avocado/issues/5 is resolved, we will be able to update channel state on the real blockchain. At this point, it's time to start looking at the actual applications of state...

Once https://github.com/jtremback/avocado/issues/2, https://github.com/jtremback/avocado/issues/3 and https://github.com/jtremback/avocado/issues/4 are resolved, we should be able to use the state channels for real. It would be cool to do this, and also make a video...

All of the magic happens in `./offchain/logic.js/`. `logic.js` is designed to be called by the http servers in `./offchain/servers/` when they receive http calls from the CLI and the counterparty....

CLI is started in `./offchain/cli.js`, but a lot has changed in `./offchain/logic.js` since the last time the CLI worked. There are probably some updates that need to be done. I'm...