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();