monorepo
monorepo copied to clipboard
Add support for DOGE
First, have a look at the PRs for the Pepecoin integration: https://github.com/bitcoin-computer/monorepo/pull/227 https://github.com/Bitcoin-Computer-Secrets/secret-repo/pull/323
- [ ] Create a Doge docker image. We can get started with this Dockerfile. The author is using intel architecture, we will need to change it (dogecoin-1.14.7-arm-linux-gnueabihf.tar.gz. For now we can try with arm. Later we can create a Doge multiplatform docker image.
- [ ] Create a file /chain-setup/doge-regtest/docker-compose-local-doge-regtest.yml file, use ltc-regtest as inspiration
- [ ] Change the image in the node service of the /chain-setup/doge-regtest/docker-compose-local-doge-regtest.yml file, to the one created in the first step.
- [ ] Modify NakamotJS with the network configuration for DOGE. We have to search online, or ask in a DOGE coin social media group
NOTES:
- Information related to the node config variables: https://dogecoin.com/dogepedia/how-tos/operating-a-node/
- BitcoinJS example on Network configuration: https://github.com/Amirh24/bitcoinjs-dogecoin-lib/commit/5adbe420f94a7590157cc4b1488bec0dbbbd80b7