f-o-a-m / purescript-web3

a purescript library for the web3 api
Apache License 2.0
127 stars 24 forks source link

1.0 release steps #103

Closed martyall closed 5 years ago

martyall commented 6 years ago

This is a place to list issues before a 1.0 release, the target for this is July 1. Websocket support is not a blocker for this, but it would be nice.

XertroV commented 6 years ago

Re websockets, is there a good implementation in Purescript? Had a look a few months ago and didn't find anything that seemed good for both browser+server :/

safareli commented 6 years ago

We use purescript-websocket-simple

XertroV commented 6 years ago

@safareli - Thanks!