Skip to content

dangdennis/aethereum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aethereum

An OCaml SDK for developing against the Ethereum blockchain.

Development

  1. opam install . --deps-only to download all required deps from opam.
  2. 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.
  3. Install geth
    brew tap ethereum/ethereum
    brew install ethereum
    
  4. geth --dev --http --http.api eth,web3,personal,net for localhost:8545

About

WIP Ethereum client for OCaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages