Today we'll be going over the basic-1 anchor example, doing a deep dive of why everything is the way it is. This will cover new ground, including the addition of Other editions: basic-0 deep dive. You'll also need the prerequisites found here. I'm basically re-creating the tutorial found here.Getting startedTo get started, clone the repo and go to the example.git clone https://github.com/project-serum/anchor cd anchor/examples/tutorial/basic-1 High-level componentsThis example ...