Exploring the Dogecoin Rosetta implementation #2

You need to understand Docker to work with the Dogecoin Rosetta project. While the developers use Go, shell script, and GNU Make, the most important thing to understand is Docker to run it all. You need to know how to build a Docker file (docker build .) and run it. This will make the other commands like make deps and so forth work. I was trying to install the new version of Golang, but this should already be available in the Docker container. While editing this, I started Docker, ran docker build . in the rosetta-dogecoin directory, and boom there’s like thirty steps to build everything. Once I learn how to run the built image, I think I’ll be able to run the rosetta-cli on a current edition of rosetta-dogecoin to see what’s not ready yet for Coinbase.