purescript-web3 by Martin Allen


Details
purescript-web3 (https://github.com/f-o-a-m/purescript-web3) is a purescript binding to Ethereum’s javascript web3 library and the JSON-RPC interface. We’ll walk through why it was developed, how to use it and why you might want to use it yourself.
The purescript-web3 stack currently supports all of the eth (http://web3js.readthedocs.io/en/1.0/web3-eth.html) endpoints of the web3 api that one would need in order to deploy or interact with smart contracts or blockchain metadata, with full web3 coverage coming soon. It also supports out of the box integration with metamask (https://metamask.io/), meaning that it’s fully capable of supporting your frontend web3 application in the browser.
Martin (@blinky3713) is a senior blockchain engineer at FOAM (https://www.foam.space/) and has a background in algebraic geometry.

purescript-web3 by Martin Allen