Dogecoin Integration

The Dogecoin integration on the Internet Computer makes it possible to create Dogecoin smart contracts, that is, smart contracts in the form of canisters running on the Internet Computer that make use of real dogecoin.

This integration heavily reuses the Bitcoin integration since Dogecoin is a Bitcoin fork. Just like the Bitcoin integration, the Dogecoin integration consists of two main components. It also uses a dedicated process, called the Dogecoin adapter, that interacts with the Dogecoin network directly. The current state of the Dogecoin blockchain is maintained in the Dogecoin canister, which also manages all communication with the Dogecoin adapter. The high-level architecture is depicted in the following diagram.

More information including technical details can be found on the Bitcoin integration page. Information on how to get started with the Dogecoin integration can be found here.