Update README.md

This commit is contained in:
Chris Stewart 2016-04-29 20:39:31 -05:00
parent 0ee9942d35
commit f51f51ec7e

View File

@ -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