From 88c1ef05cc367d7e5c4777488188d24c4b0c3d4a Mon Sep 17 00:00:00 2001 From: bitcoin Date: Thu, 5 Dec 2019 17:13:08 -0500 Subject: [PATCH] wiki commit --- contributors.md | 9 +++++++++ home.md | 4 ++-- target-audience.md | 17 +++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 contributors.md create mode 100644 target-audience.md diff --git a/contributors.md b/contributors.md new file mode 100644 index 0000000..9c05d05 --- /dev/null +++ b/contributors.md @@ -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 diff --git a/home.md b/home.md index 7697979..d6441da 100644 --- a/home.md +++ b/home.md @@ -1,7 +1,7 @@ - Home - [Style Guide](style-guide) -- Contributors -- Target Audience +- [Contributors](contributors) +- [Target Audience](target-audience) - Wiki History - Protocol - Blockchain diff --git a/target-audience.md b/target-audience.md new file mode 100644 index 0000000..5d02e6c --- /dev/null +++ b/target-audience.md @@ -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