mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
Update README.md
This commit is contained in:
parent
0ee9942d35
commit
f51f51ec7e
11
README.md
11
README.md
@ -1 +1,10 @@
|
||||
Bitcoin protocol implemented in the Scala programming langauge
|
||||
This is the core functionality of bitcoin-s.
|
||||
|
||||
This repostitory includes the following functionality:
|
||||
- Native Scala objects for various protocol types (Transactio n, TransactionInput, ScriptSignatures...)
|
||||
- Serializers and deserializers for bitcoin data structures mentioned above
|
||||
- An implementation of Bitcoin's Script programming language
|
||||
- This passes all of the test cases found inside of script_tests.json on the Bitcoin Core repo
|
||||
- Currently up to date through OP_CHECKLOCKTIMEVERIFY, OP_CHECKSEQUENCEVERIFY still needs to be implemented
|
||||
- 90% test coverage throughout the codebase to ensure high quality code.
|
||||
- Functions documented with Scaladocs for user friendliness
|
||||
|
Loading…
Reference in New Issue
Block a user