devp2p.cr
a native library implementing devp2p
purely for the crystal language. devp2p
is the underlying networking protocol built for and used by ethereum.
track initial library release progress: #1
installation
add the devp2p
library to your shard.yml
dependencies:
secp256k1:
github: q9f/devp2p.cr
version: "~> 0.1"
testing
the library is entirely specified through tests in ./spec
; run:
crystal spec --verbose
contribute
create a pull request, and make sure tests and linter passes.
license: apache license v2.0
contributors: @q9f