Back to Home

DogiWallet Browser SDK Documentation

Build and sign transactions, manage Doginals NFTs, Dunes, and Doge

Installation

Install the DogiWallet SDK using npm:

npm install @dogiwallet/browser-sdk

Then import it in your project:

import { DogiWallet } from '@dogiwallet/browser-sdk';

const wallet = new DogiWallet();

API Reference

Explore the full API documentation for advanced usage and all available methods.

Guides & Tutorials

Learn how to integrate DogiWallet into your dApps with step-by-step tutorials.