From 6aa341478e4ed9139601fa3c9e07c6c618775dc2 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 4 Aug 2020 13:27:34 -1000 Subject: [PATCH] appendix organization --- A0_Appendices | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 A0_Appendices diff --git a/A0_Appendices b/A0_Appendices new file mode 100644 index 0000000..886eb36 --- /dev/null +++ b/A0_Appendices @@ -0,0 +1,22 @@ +# Appendices + +The main body of this course suggests a fairly standard setup for Bitcoin testing. What follows is these appendices are a better explanation of that setup and some options for alternatives. + +## Objectives for This Section + +After working through these appendices, a developer will be able to: + + * Decide among Multiple Methods for Creating a Bitcoin Blockchain + +Supporting objectives include the ability to: + + * Understand the Bitcoin Standup Setup + * Perform a Compilation of Bitcoin by Hand + * Understand the Power of Regtest + * Use a Regtest Environment + +## Table of Contents + + * [Appendix One: Understanding Bitcoin Standup](A1_0_Understanding_Bitcoin_Standup.md) + * [Appendix Two: Compiling Bitcoin from Source](A2_0_Compiling_Bitcoin_from_Source.md) + * [Appendix Three: Using Bitcoin Regtest](A3_0_Using_Bitcoin_Regtest.md)