Files

19 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2019-12-05 17:13:08 -05:00
# Target Audience
This specification is intended to meet a variety of needs, depending on their level of comfort with the material involved.
In order of precedence, the goal of this specification is to meet the needs of:
2019-12-05 17:13:08 -05:00
- 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
2019-12-19 00:14:31 -05:00
- Provide examples of commonly used scripts and an explanation of the patterns with which they are created
2019-12-05 17:13:08 -05:00
- 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
2019-12-12 11:20:00 -05:00
- Wallet Developers
2019-12-05 17:13:08 -05:00
- 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
2019-12-12 11:20:00 -05:00
- Provide insight into how Bitcoin Cash differs from Bitcoin Core