Skip to content

Commit

Permalink
Updated Dapp using Meteor (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Sep 17, 2015
1 parent 0c065fc commit d4d8415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dapp-using-Meteor.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ Short:
- use `myCollection.observe({added: func, changed: func, removed: func})` to communicate to ethereum, keep ethereum logic out of your app as much as possible. This way you just write and read from your reactive collections and the observe functions will handle the rest (e.g. sendTransactions)
- Filters etc will add logs etc to your collections. So you keep all the callback mess out of your app logic.

For an example see the [Ethereum-Wallet](https://github.com/ethereum/meteor-dapp-wallet).

## Bundle your Ðapp

Expand Down

0 comments on commit d4d8415

Please sign in to comment.