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.
- Download the
Tweetables-Extension.zip
file from our download page - Extract the ZIP file to a folder on your computer
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" button
- Select the extracted Tweetables folder
- The extension will be installed and ready to use
๐ฆ Method 2: CRX Package Installation
Pre-packaged extension file for quick installation.
- Download the
Tweetables.crx
file from our download page - Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Drag and drop the
Tweetables.crx
file into the extensions page - Click "Add extension" when prompted (ignore security warning)
๐ง 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
- Click the TweetAbles extension icon in your browser toolbar
- Choose "Create New Wallet" or "Import Existing Wallet"
- If creating new: securely store your seed phrase (12 words)
- Set a strong password for your wallet
- Confirm your seed phrase to complete setup
๐ 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
- Navigate to Twitter.com
- Find a tweet you want to mint
- Look for the TweetAbles mint button (๐จ) next to tweet actions
- Click the mint button
- Review the mint details in the popup
- Confirm the transaction
- 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
- Click "Send" in your wallet
- Enter recipient address
- Specify amount to send
- Review gas fee
- 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"}
]
}
NFT Gallery
View and manage your minted tweet NFTs.
๐ผ๏ธ Gallery Features
- Grid View: Browse your NFTs in a visual grid
- List View: Detailed list with metadata
- Search & Filter: Find specific NFTs quickly
- Share: Share your NFTs on social media
๐ NFT Actions
- View Details: See full metadata and transaction history
- Transfer: Send NFT to another wallet
- List for Sale: Coming soon - marketplace integration
Token Swapping
Exchange tokens using the built-in DEX integration.
๐ Swap Process
- Click "Swap" in your wallet
- Select tokens to swap (From/To)
- Enter amount to swap
- Review exchange rate and slippage
- 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
- Twitter: @prematrkurtcuk
- GitHub: Report bugs and feature requests
๐ค Community
Join thousands of users in our community:
- Share your minted tweets
- Get help from other users
- Suggest new features
- Stay updated on developments