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
  • What is ChatMe?
  • ChatMe Features

Introduction

Chats & Messages service for NEAR Blockchain

NextGet Started

Last updated 2 years ago

In this documentation you can find guides to understand ChatMe functionality and interact with our service to send messages, manage groups/channels and read all data to integrate our features into your project.

What is ChatMe?

ChatMe is all-in-one solution: direct messages, public and private chats, broadcasting channels for NEAR blockchain. The main idea is to provide our features for any project in the NEAR ecosystem, build decentralised messenger (anyone can call our smart-contract to send messages, create and manage communities etc.) and combine all chats and conversations in one place - our web application.

ChatMe Features

  • Direct Messages Send direct messages or media files to any NEAR account. You direct conversation can be encrypted by enabling "Private Mode".

  • Public/Private Chats Create group chats and distribute messages for everyone in your community or internal group. Only group members can write messages.

  • Public Channels Broadcast your messages to general public audience and extend your community. ChatMe website have a list of all public channels where anyone can join your community.

  • Spam Protection We have multiple rules that protect our community from spam or malicious messages on smart-contract level.

  • Encryption Mode Write encrypted private message to any account: all your messages will be decoded only for recipient account. We use local private/public keys on each device that can be exported and imported for message encoding.

  • Fast & Cheap Based on NEAR blockchain we create fast and cheap service: you pay less than 1 cent to send any message that will be delivered in few seconds.

  • NEAR Social integration Social profiles provide more information about all registered NEAR Accounts.

  • Simple Integration Use ChatMe in your project to get all benefits in your application. Check use cases and read documentation for more details about integration.

Documentation split by two sections:

  • - describe general functionality and web-application usage.

  • - describe all features integration for any NEAR project.

ChatMe web interface
Dev Documentation