Hi there, this website uses cookies for statistical purposes (for example Google Analytics). Do you accept the use of these cookies?
Read more
Maybe you are an aspiring software entrepreneur, or just a seriously passionate programmer that loves to build systems and wants to understand more about how people build Bitcoin and other cryptocurrency trading systems.
This book will be a great fit for you if you want to:
This book is project driven. You will get exposure to a mix of modern and mature technologies like Go, Ruby on Rails, Dokku, Docker, and more!
This book is journey of taking a project from idea to implementation. Throughout this journey you will continue up leveling your domain modeling and prototyping skills for your career and own projects!
This book will cover basic trading and cryptocurrency concepts such as: what is automated trading, an orderbook, the difference between bids and asks, and more!
Below is a preview of some of the chapters you will read
First we dive into the background on automated trading, cryptocurrency and attempt to describe the vision of the prototype to build.
We get a better idea of what we are building by diving into some wireframes with a simple vision of the product. Once complete, we get into the work of technical design
We begin constructing a basic, but, modular containerized Bitcoin trading bot using a straightforward trading strategy. It is written in Go and connects to crypto exchanges to analyze market opportunities and trade against them!
We model the domain of our idea using Ruby on Rails and start producing the web application that will be used by you to deploy and manage various trading bots
We write a container deployment implementation into our Rails app and integrate Sidekiq to help us deploy traders asynchronously.
Creating profiles, handling exchange API keys, setting up a hosting service, and more!