Wallet Link
Simplified Connection Between Telegram and MetaMask
This project enables a secure and streamlined connection between Telegram and MetaMask through app link technology. With a single click, users can bridge the gap between both platforms, allowing for seamless interaction and transactions.
Functionality Overview:
- One-Click Connection: Users can establish a secure connection between their Telegram account and MetaMask wallet with just one click on an app link. This eliminates the need for manual configuration or complicated setup processes.
- Secure Communication: The app link technology ensures a secure communication channel between Telegram and MetaMask, safeguarding user data and transactions.
- Streamlined Transactions: This project facilitates easy initiation of crypto transactions directly within the Telegram interface. Users can initiate transactions without usering custodian keys, enhancing the overall workflow.
Examples:
Make auth request:
- auth_request (required) - urlencoded callback address on your server. This is where you will receive the user's wallet address after they authorize the connection.
https://dapp-connector-prod.vercel.app/?auth_request=app.beeceptor.com%2Fconsole%2Fwalletlink
In this example, app.beeceptor.com/console/walletlink is your server-side endpoint that will handle receiving the user's address after successful authorization.
Initiate a Transaction Request:
Please provide:
- to (required) - Recipient's wallet address.
- chainId (required) - The specific blockchain network ID (e.g., 1 for Ethereum mainnet).
- value (optional) - Transaction amount in Wei (smallest unit of Ethereum).
- data (optional) - (For advanced users) Calldata specific to your smart contract interaction (if applicable).
also try theme=dog
:)
https://dapp-connector-prod.vercel.app/?to=0x19e7e376e7c213b7e7e7e46cc70a5dd086daff2a&value=0.0001&data=0x212312312&chainId=1