TweetAbles Documentation

Everything you need to know about using TweetAbles - the ultimate Web3 wallet for Twitter users.

Installation

Get started with TweetAbles in just a few simple steps. Choose your preferred installation method below.

๐Ÿ“ฆ Method 1: ZIP Package Installation (Recommended)

This method is more reliable and doesn't show security warnings.

  1. Download the Tweetables-Extension.zip file from our download page
  2. Extract the ZIP file to a folder on your computer
  3. Open Chrome and navigate to chrome://extensions/
  4. Enable "Developer mode" in the top right corner
  5. Click "Load unpacked" button
  6. Select the extracted Tweetables folder
  7. The extension will be installed and ready to use
โœ… Advantages: No security warnings, easier updates, full compatibility

๐Ÿ“ฆ Method 2: CRX Package Installation

Advanced Users

Pre-packaged extension file for quick installation.

  1. Download the Tweetables.crx file from our download page
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable "Developer mode" in the top right corner
  4. Drag and drop the Tweetables.crx file into the extensions page
  5. Click "Add extension" when prompted (ignore security warning)
โš ๏ธ Note: Chrome may show a security warning because the extension is not from the Chrome Web Store. This is normal for manually installed extensions.

๐Ÿ”ง System Requirements

  • Google Chrome 88+ or Chromium-based browser
  • Active internet connection
  • Twitter account (for minting tweets)
  • At least 50MB free disk space

๐Ÿš€ Post-Installation

After successful installation:

  • You'll see the TweetAbles icon in your browser toolbar
  • Visit Twitter.com to see the mint buttons on tweets
  • Click the extension icon to open your wallet
  • Follow the Initial Setup guide to create your wallet

Initial Setup

Configure your TweetAbles wallet for the first time.

๐Ÿ” Creating Your Wallet

  1. Click the TweetAbles extension icon in your browser toolbar
  2. Choose "Create New Wallet" or "Import Existing Wallet"
  3. If creating new: securely store your seed phrase (12 words)
  4. Set a strong password for your wallet
  5. Confirm your seed phrase to complete setup
โš ๏ธ Important: Never share your seed phrase with anyone. Store it in a secure location offline.

๐ŸŒ Network Configuration

TweetAbles is configured for Monad blockchain by default:

Network: Monad Testnet
RPC URL: https://testnet-rpc.monad.xyz
Chain ID: 41454
Currency: MON

Your First Mint

Learn how to mint your first tweet as an NFT.

๐Ÿฆ Minting Process

  1. Navigate to Twitter.com
  2. Find a tweet you want to mint
  3. Look for the TweetAbles mint button (๐ŸŽจ) next to tweet actions
  4. Click the mint button
  5. Review the mint details in the popup
  6. Confirm the transaction
  7. Wait for blockchain confirmation

๐Ÿ’ฐ Minting Costs

  • Gas Fee: ~0.001 MON (varies with network congestion)
  • Storage Fee: Metadata stored on IPFS
  • Platform Fee: Currently free during beta

Wallet Management

Manage your tokens, view balances, and handle transactions.

๐Ÿ’ผ Wallet Interface

  • Balance: View your MON and token balances
  • Send: Transfer tokens to other addresses
  • Receive: Get your wallet address and QR code
  • Swap: Exchange tokens using built-in DEX

๐Ÿ“ค Sending Tokens

  1. Click "Send" in your wallet
  2. Enter recipient address
  3. Specify amount to send
  4. Review gas fee
  5. Confirm transaction

Tweet Minting

Advanced features for minting tweets as NFTs.

๐ŸŽจ Mint Options

  • Standard Mint: Basic tweet capture with metadata
  • Enhanced Mint: Includes media attachments
  • Thread Mint: Mint entire tweet threads
  • Quote Tweet Mint: Preserve quote tweet context

๐Ÿ“Š Metadata Structure

{
  "name": "Tweet by @username",
  "description": "Tweet content...",
  "image": "ipfs://...",
  "attributes": [
    {"trait_type": "Author", "value": "@username"},
    {"trait_type": "Date", "value": "2025-07-06"},
    {"trait_type": "Likes", "value": "1234"},
    {"trait_type": "Retweets", "value": "567"}
  ]
}

Token Swapping

Exchange tokens using the built-in DEX integration.

๐Ÿ”„ Swap Process

  1. Click "Swap" in your wallet
  2. Select tokens to swap (From/To)
  3. Enter amount to swap
  4. Review exchange rate and slippage
  5. Confirm swap transaction

โš™๏ธ Swap Settings

  • Slippage Tolerance: 0.5% - 5% (default: 1%)
  • Transaction Deadline: 10-30 minutes
  • Gas Price: Auto or manual setting

Security Best Practices

Keep your wallet and assets secure.

๐Ÿ”’ Wallet Security

  • Never share your seed phrase or private keys
  • Use a strong, unique password
  • Enable browser security features
  • Keep your browser updated
  • Log out when using public computers

๐Ÿ›ก๏ธ Transaction Safety

  • Always verify recipient addresses
  • Double-check transaction amounts
  • Be cautious with high gas fees
  • Avoid suspicious websites and links

Troubleshooting

Common issues and their solutions.

โŒ Common Issues

Extension not loading

  • Refresh the browser page
  • Disable and re-enable the extension
  • Clear browser cache and cookies
  • Reinstall the extension

Transaction failed

  • Check your MON balance for gas fees
  • Increase gas price if network is congested
  • Wait and retry the transaction

Mint button not appearing

  • Refresh the Twitter page
  • Check if extension is enabled
  • Ensure you're logged into Twitter
  • Try a different tweet

API Reference

For developers integrating with TweetAbles.

๐Ÿ”Œ Window API

// Check if TweetAbles is installed
if (window.tweetables) {
  console.log('TweetAbles detected');
}

// Connect to wallet
await window.tweetables.connect();

// Get wallet address
const address = await window.tweetables.getAddress();

// Sign message
const signature = await window.tweetables.signMessage('Hello World');

๐Ÿ“ก Events

// Listen for account changes
window.tweetables.on('accountsChanged', (accounts) => {
  console.log('Account changed:', accounts[0]);
});

// Listen for network changes
window.tweetables.on('chainChanged', (chainId) => {
  console.log('Network changed:', chainId);
});

Frequently Asked Questions

Is TweetAbles free to use?

Yes, TweetAbles is free to download and use. You only pay network gas fees for blockchain transactions.

Can I mint any tweet?

You can mint public tweets. Private or protected tweets cannot be minted. Always respect copyright and fair use guidelines.

What happens if a tweet is deleted?

Your NFT will preserve the tweet content as it existed at the time of minting, even if the original tweet is deleted.

Can I sell my tweet NFTs?

Yes, tweet NFTs are standard ERC-721 tokens that can be traded on any compatible marketplace. Built-in marketplace coming soon.

Is my wallet secure?

Yes, your private keys are encrypted and stored locally in your browser. TweetAbles never has access to your private keys.

Changelog

v1.0.0 2025-07-06

  • ๐ŸŽ‰ Initial release
  • โœจ Tweet minting functionality
  • ๐Ÿ’ผ Basic wallet features
  • ๐Ÿ”„ Token swapping
  • ๐Ÿ–ผ๏ธ NFT gallery

v0.9.0 2025-07-04

  • ๐Ÿงช Beta release
  • ๐Ÿ› Bug fixes and improvements
  • ๐Ÿ”ง Performance optimizations

Support

Need help? We're here for you.

๐Ÿ“ž Contact Options

๐Ÿค Community

Join thousands of users in our community:

  • Share your minted tweets
  • Get help from other users
  • Suggest new features
  • Stay updated on developments