1.2.60 • Published 2 years ago

web3-mq v1.2.60

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

web3-mq JS

web3-mq-js is the official JavaScript client for House Studio, a service for building chat applications.

Installation

Install with NPM

npm install web3-mq

Install with Yarn

yarn add web3-mq

Usage

create client

import { Web3MQ } from 'web3-mq';

const loginParams = {
  login_random_secret: 'YOUR_LOGIN_RANDOM_SECRET',
  signature: 'YOUR_SIGNATURE',
  wallet_address: 'YOUR_WALLTE_ADDRESS',
  appid: 'YOUR_APPID',
};

// create client
const client = Web3MQ.getInstance(loginParams);
// or
const client = Web3MQ.getInstance('YOUR_ACCESS_TOKEN');

create room

const room = client.createRoom();

create message

const message = client.createMessage();

create user

const user = client.createUser();

utils function

import { login, register, getLoginRandomSecret } from 'web3-mq';

const data = await register();

const data = await getLoginRandomSecret();

const data = await login();
1.2.56

2 years ago

1.2.57

2 years ago

1.2.58

2 years ago

1.2.59

2 years ago

1.2.60

2 years ago

1.2.45

3 years ago

1.2.46

3 years ago

1.2.44

3 years ago

1.2.49

3 years ago

1.2.47

3 years ago

1.2.48

3 years ago

1.2.52

2 years ago

1.2.53

2 years ago

1.2.50

3 years ago

1.2.51

2 years ago

1.2.54

2 years ago

1.2.55

2 years ago

1.2.41

3 years ago

1.2.42

3 years ago

1.2.40

3 years ago

1.2.43

3 years ago

1.2.28

3 years ago

1.2.29

3 years ago

1.2.30

3 years ago

1.2.31

3 years ago

1.2.34

3 years ago

1.2.35

3 years ago

1.2.32

3 years ago

1.2.33

3 years ago

1.2.38

3 years ago

1.2.39

3 years ago

1.2.36

3 years ago

1.2.37

3 years ago

1.2.18

3 years ago

1.2.19

3 years ago

1.2.20

3 years ago

1.2.23

3 years ago

1.2.24

3 years ago

1.2.21

3 years ago

1.2.22

3 years ago

1.2.27

3 years ago

1.2.25

3 years ago

1.2.26

3 years ago

1.2.16

3 years ago

1.2.17

3 years ago

1.2.15

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.9

3 years ago

1.2.12

3 years ago

1.2.13

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.14

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago