-
When in here, we need to clone the repository. There’s a slight consideration to be made here. When you visit the utreexo main organisation on GitHub, we have several repositories. One of which is the utreexo repo, which contains the actual dynamic accumulator implementation, and then there is the utreexod repo, which is a bitcoin full node implementation, that supports Utreexo. We will be focusing on the latter, that is, the bitcoin full node implementation with Utreexo support. Let’s proceed to fork and then clone the repository
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
When in here, we need to clone the repository. There’s a slight consideration to be made here. When you visit the utreexo main organisation on GitHub, we have several repositories. One of which is the utreexo repo, which contains the actual dynamic accumulator implementation, and then there is the utreexod repo, which is a bitcoin full node implementation, that supports Utreexo. We will be focusing on the latter, that is, the bitcoin full node implementation with Utreexo support. Let’s proceed to fork and then clone the repository
-
git clone https://github.com/yourgithubusername/utreexod.git
-
Utreexo is written in Go, so having a basic knowledge and understanding of Go programming language will be an added bonus. However, if you are new to Go, you can check out these resources to know more about the language, and to understand a few basic concepts of the language Effective Go, Learn Go.