Skip to content

alhugone/bitcoin.scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BTC Bitcion scripting

Goals of the project:

  • to create a library that parses BTC Bitcoin script and compiles it to binary
    • Parser
    • Compiler
  • UnitTest framework for BTC Bitcoin scripts
  • personal:
    • In-depth knowledge about Bitcoin
      • deep understanding of Bitcoin core code
      • deep understanding of Bitcoin Smart Contracts and 'script language'

Some todos:

  • get rid of the static mnemonic definition
  • write tests that compare what this compiler produces to what Bitcoin core does
  • optimizations?
    • right now some part are just based on Naive algorithms - is it worth to optimize it

About

btc bitcoin scripts parser and compiler in .NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages