appendix organization

This commit is contained in:
Shannon Appelcline 2020-08-04 13:27:34 -10:00 committed by GitHub
parent 81673683cc
commit 6aa341478e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
A0_Appendices Normal file
View File

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