Orie Steele
Orie Steele
https://github.com/firebase/functions-samples/tree/master/username-password-auth We currently have a web3 login flow which relies on address as the primary identifier. Most business cases would prefer a familiar email as the account identifier.
https://github.com/firebase/functions-samples/tree/master/authenticated-json-api Here we want to explore the Transmute Framework Permissions API.
https://github.com/firebase/functions-samples/tree/master/assistant-say-number use sign and recover... use some short (time and size) encoding system... multisig?
Our contracts are not very nice. We should provide much more comments in the code, and also add safe math and protect against altering of events more explicitly.
sometimes writing an event fails with this error. its probably because infura gasPool expects lots more gas than testrpc...sigh...
https://firebase.google.com/docs/firestore/ Are you excited for firestore? want to learn how to use it by extending our persistence class to support a configurable collections based cache for each of the readModelTypes?...
There are many places where we call truffle directly, and we are using magic numbers instead of configurable values. ``` createEventStore = async (factory, fromAddress) => { let tx =...
http://truffleframework.com/docs/getting_started/packages-ethpm Add an example of adding this library to a project in readme. Add an example of adding an ethpm dependency to this project.
There is no point in running testrpc tests in travis. This should be a testnet deployment and tests instead.
We want to show how the event stream can be used to build state machines... we want to expose simple state machine api as a wrapper around the event stream.......