ChatMe
  • Introduction
  • ChatMe Web Interface
    • Get Started
    • Dashboard
    • Direct Messages
    • Groups & Channels
    • User Account
    • ChatBot
  • Dev Documentation
    • Overview
    • Get Started
    • Direct Messages
      • Read direct messages
      • Send direct messages
    • Groups & Channels
      • Get groups & channels
      • Manage groups & channels
      • Read group/channel messages
      • Send group/channel message
    • User Account
      • Get user account info
      • Update user account
    • Frontend Widgets
    • ChatBot Development
  • Network Info
  • Roadmap
  • Use Cases & Benefits
  • External Links
Powered by GitBook
On this page
  1. ChatMe Web Interface

Get Started

Understand ChatMe functionality by using our web interface.

PreviousIntroductionNextDashboard

Last updated 2 years ago

To start using ChatMe web application you need NEAR Wallet and some balance of NEAR tokens to pay gas fees for service usage.

To create NEAR account please visit and follow simple instructions. Safety save your seed phrase and don't share this information with other persons!

We deploy ChatMe service to testnet and mainnet :

  • Mainnet - live mainnet network. URL: Contract address: chatme.near

  • Testnet - for testing. URL: Contract address: chatme.testnet

Authenticate using your NEAR wallet and click "Launch App" to open messenger dashboard.

Data Privacy

All messages that you send are publicly available in blockchain - anyone can see your transactions that contain all message details.

For direct conversations, you can use to protect your messages - it will encode messages before sending to blockchain and decode on other side. This feature available only for accounts with Gold Level.

We recommend to not send passwords or other important information because maybe in future current encoding algorithms can become insecure.

Private Mode not work in public/private chats, it is available only for direct conversations.

You can find more details in "" chapter and read developers about security.

https://wallet.near.org/create
NEAR networks
https://chatme.page/
https://test.chatme.page/
my conversation with near-js-encryption-box
Private Mode
How does the encryption work