cmditch / elm-ethereum

dApps in Elm
https://package.elm-lang.org/packages/cmditch/elm-ethereum/1.0.1/
BSD 3-Clause "New" or "Revised" License
146 stars 21 forks source link

🎉 🎉 FULL COVERAGE COMPLETE!! 🎉 🎉 #41

Closed cmditch closed 7 years ago

cmditch commented 7 years ago

Subscriptions effect manager has been implemented, with some slightly painful moments.

The api is up for debate, but ultimately I went for a similar style that the contracts have - which copies the (open/close/listen) pattern that @evancz uses in https://github.com/elm-lang/websocket