Post
Topic
Board Project Development
Merits 5 from 2 users
Topic OP
[ANN] Bitcoin.jl - A Julia bitcoin library
by
roshii
on 01/02/2019, 11:22:44 UTC
⭐ Merited by OmegaStarScream (3) ,eckmar (2)
I'm please to announce the initial release of Bitcoin.jl, a bitcoin library written in pure Julia and which should be shortly release as an official Julia package

For now it does provide the following functionalities:
  • Base58 address generation
  • WIF address generation
  • Fetch transaction from node
  • Get transaction ID
  • Get signature hash
  • Script evaluation

Note that it is an initial release and that code is untested on machine other than amd64
Source code at https://gitlab.com/braneproject/Bitcoin.jl

Comment, contribution, challenge always welcome!