MetaC Wallet
Cross-Chain Made Simple

A secure, user-friendly browser extension for managing your multi-chain digital assets. Built on the MetaidConnect protocol.

Powerful Features

🔐

Secure by Design

Your private keys are encrypted and stored locally. We never have access to your funds.

⛓️

Multi-Chain Support

Manage BTC, DOGE, SPACE, and other cryptocurrencies from a single interface.

🚀

DApp Integration

Seamlessly connect with decentralized applications through our standardized API.

💎

Token & NFT Management

View, send, and manage your tokens and NFT collections with ease.

Fast Transactions

Sign and broadcast transactions quickly with our optimized infrastructure.

🌐

Network Switching

Easily switch between mainnet and testnet for development and testing.

Developer-Friendly API

Integrate MetaC into your DApp with our simple, powerful API

JavaScript
// Connect to MetaC wallet
const account = await window.metacwallet.connect();
console.log('Connected:', account.address);

// Get balance
const balance = await window.metacwallet.getBalance();
console.log('Balance:', balance.total / 100000000, 'coins');

// Sign a transaction
const signed = await window.metacwallet.signTransaction({
  transaction: {
    txHex: '...',
    address: account.address,
    inputIndex: 0,
    scriptHex: '...',
    satoshis: 30000
  }
});

What You Can Do

  • ✓ Connect and authenticate users
  • ✓ Query balances and UTXOs
  • ✓ Sign and broadcast transactions
  • ✓ Manage tokens and NFTs
  • ✓ Listen to account changes
  • ✓ Switch networks programmatically
Try Interactive Demo

Your Privacy Matters

🔒 Local Storage

All sensitive data is encrypted and stored locally on your device. We never send your private keys over the network.

🛡️ No Tracking

We don't track your browsing history or collect personal information. Your privacy is paramount.

📜 Transparent

Read our detailed Privacy Policy and Terms of Service to understand exactly how we protect you.

Ready to Get Started?

Install MetaC and take control of your digital assets today.