Bitcoin Forum

Bitcoin => Project Development => Topic started by: roshii on February 01, 2019, 11:22:44 AM



Title: [ANN] Bitcoin.jl - A Julia bitcoin library
Post by: roshii on February 01, 2019, 11:22:44 AM
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!