From the course: Blockchain Programming in iOS Using Swift

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Prerequisites

Prerequisites

- [Instructor] Alright, so, before taking our blockchain to the cloud and exposing it as a web API, let's cover the prerequisites of this section. I will be using Vapor 3, which is the latest one right now, to implement the blockchain for the web API, or to put in the blockchain and exposing it as web API. So, a little bit of knowledge of Vapor framework is definitely gonna help you. Now, this course is not really about the Vapor framework, it is about blockchain, so I won't really go deep into what exactly is Vapor. I do have other courses, as you can see, which covers the Vapor framework, including Mastering Server Side Swift Using Vapor 3. So, if you do want to dive into the Vapor 3 framework, your best course would be this one. So, first of all, make sure that you do have Vapor 3 installed, and on the Vapor website, they give you a lot of instructions of how you can make sure and install Vapor. You can see that you have to have Brew installed, and once you have Brew installed, you…

Contents