wiki commit

This commit is contained in:
bitcoin
2019-12-05 17:13:08 -05:00
committed by buwiki
parent 2db0908dc0
commit 88c1ef05cc
3 changed files with 28 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
# Contributors
This specification was initially created by [Software Verde, LLC](https://softwareverde.com/), the creators of Bitcoin Verde, with funding from [Bitcoin Unlimited](https://www.bitcoinunlimited.info/).
The contributor list below shows a list of those that have contributed content. If you have contributed content and would like to be listed below, feel free to add your name!
- __Andrew Stone__, Bitcoin Unlimited Lead Developer
- __Joshua Green__, Bitcoin Verde Lead Developer
- __Andrew Groot__, Bitcoin Verde Developer
+2 -2
View File
@@ -1,7 +1,7 @@
- Home
- [Style Guide](style-guide)
- Contributors
- Target Audience
- [Contributors](contributors)
- [Target Audience](target-audience)
- Wiki History
- Protocol
- Blockchain
+17
View File
@@ -0,0 +1,17 @@
# Target Audience
This specification is intended to meet a variety of needs, depending on their level of comfort with the material involved. In order precedence, the goal of this specification is to meet the needs of:
- Node Developers
- Provide all the details necessary to write a Bitcoin Cash Node implementation from scratch.
- Provide a common space for documenting changes as they occur to continually represent a current model of the Bitcoin Cash protocol
- Provide each node implementation with an opportunity to describe what they do different and why
- Script Developers
- Provide all the details necessary to gain a complete understanding of script execution and the available scripting operations
- Provide examples of commonly used scripts and an explanation of the patterns which which they are created
- Bitcoin Cash Service Providers
- Provide information on how to create and submit transactions to the Bitcoin Cash network
- Provide information on how to collect and parse information about the state of the Bitcoin Cash blockchain and network
- Interested Non-Technical Parties
- Provide a high-level description of the major terms and concepts required to understand how Bitcoin Cash operates and its current operational state
- Provide insight into how Bitcoin Cash differs from Bitcoin Core