An OCaml SDK for developing against the Ethereum blockchain.
opam install . --deps-only
to download all required deps from opam.- If cohttp-eio is not available, as is the case when this was written, run
opam pin add https://github.com/mirage/ocaml-cohttp.git --with-version 6.0.0~alpha0
to pin the dev branch for use. - Install geth
brew tap ethereum/ethereum brew install ethereum
geth --dev --http --http.api eth,web3,personal,net
forlocalhost:8545