Ylide Protocol
  • What is Ylide Protocol?
  • Parts of the Ylide
  • Glossary
  • Use Ylide
    • Getting started
    • Authorization
    • Sending message
    • Reading message
  • Fundamentals
    • Communication keys
    • Storage of communication keys
    • Cryptographic primitives
    • Sending and reading messages
    • Registration of public keys
    • Smart contracts & blockchain interaction
    • On-chain indexing
  • Extras
    • FAQ
Powered by GitBook
On this page

Parts of the Ylide

PreviousWhat is Ylide Protocol?NextGlossary

Last updated 1 year ago

Ylide Protocol consists of four main parts:

Ylide SDK

Ylide Client SDK is a “just-add-water” solution for integrating decentralised end-to-end encrypted communications right into your existing or new application. Right now Ylide Client SDK in TypeScript (JavaScript), EVM and TVM connectors.

Prebuilt smart contacts

It’s a core of our product. Smart contracts used for storing, transferring and managing messages on the blockchain. Contracts pre-deployed by Ylide can be used and seamlessly integrated. Or founders can create a customised solution on the top of it.

We will provide contracts for multiple mainstream blockchains with cross-chain facilitation.

Pre-build products

To save even more time of the founders we provide open-source product templates for typical communication use cases, so you can focus on the customisation and skip the hardest part.

we provide
Logonpm: @ylide/sdknpm
Ylide SDK core library
LogoGitHub - ylide-io/sdk: Ylide Client SDK for communication in dAppsGitHub
Main repository for the Client SDK
Logonpm: @ylide/ethereumnpm
Ylide SDK EVM connectors
LogoGitHub - ylide-io/mail: P2P messaging service for Web3GitHub
P2P client you can see at mail.ylide.io
Library for EVM-compatible networks
LogoGitHub - ylide-io/ethereum: Ylide SDK connectors for EVM-chains and MetaMaskGitHub
Logonpm: @ylide/everscalenpm
Ylide SDK TVM connectors
LogoGitHub - ylide-io/everscale: Ylide SDK connectors for Everscale and EverWalletGitHub
Library for TVM networks (Everscale/Venom)