1.1.0 • Published 11 months ago

messity v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Messity Javascript library

How to connect dapp to the Messity protocol

import { Messity } from "messity";

Messity.connect({
  senderName: "Some dapp name",
  onSuccess: (userPrincipal) => {
    // Persist userPrincipal in your backend and start sending messages!
  },
  onError: (e) => {
    // Handle error
  },
});
1.1.0

11 months ago

1.0.1

12 months ago

1.0.0

12 months ago