improved what's next

This commit is contained in:
Shannon Appelcline 2020-11-03 07:45:13 -10:00 committed by GitHub
parent 20f658d85a
commit b1d100064d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,4 +287,10 @@ If you've ever seen complex Bitcoin functionality or Bitcoin-adjacent systems, t
## What's Next? ## What's Next?
Move on to "Bitcoin APIs" with [Chapter Fourteen: Using Tor](14_0_Using_Tor.md). Move on to "Using Tor" with [Chapter Fourteen: Using Tor](14_0_Using_Tor.md).
Or, if you prefer, there are two alternate paths:
If you want to stay focused on Bitcoin, move on to "Programming with RPC" with [Chapter Fifteen: Talking to Bitcoind with C](15_0_Talking_to_Bitcoind.md).
Or, if you want to stay focused on the command-line because you're not a programmer, you can skip to [Chapter Eighteen: Understanding Your Lightning Seutp](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/master/18_0_Understanding_Your_Lightning_Setup.md) to continue your command-line education with the Lightning Network.