1.3.0 • Published 10 days ago

@web3inbox/core v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 days ago

@web3inbox/core

Web3Inbox Core is a client wrapper over Notify Client. It manages state of subscriptions and notifications, as well as multiple helper functions to ease the use of notify client and easily paging notifications of a subscription.

Basic Usage

import { Web3InboxClient } from "@web3inbox/core";
import { signMessage } from "@wagmi/core";

const client = await Web3InboxClient.init({
  projectId: "<YOUR_PROJECT_ID>",
  domain: window.location.host,
});

const account = `eip155:1:0x...`;

await client.setAccount(account);

const { message, registerParams } = await client.prepareRegistration({
  account,
});

const signature = await signMessage(message);

await client.register({ registerParams, signature });

await client.subscribeToDapp();

Read more in the docs

1.4.0-16773f4

10 days ago

1.4.0-e70724c

11 days ago

1.4.0-b93c30e

11 days ago

1.4.0-c337674

13 days ago

1.4.0-5372730

13 days ago

1.4.0-e6b0da9

13 days ago

1.4.0-c11d7ba

13 days ago

1.4.0-476f748

16 days ago

1.4.0-fffaaeb

17 days ago

1.3.0

20 days ago

1.3.0-3f44ff5

23 days ago

1.3.0-9c18f42

23 days ago

1.3.0-9734b1b

23 days ago

1.3.0-6969588

24 days ago

1.3.0-0fdc27c

24 days ago

1.3.0-6ac7f1e

30 days ago

1.3.0-a93f013

30 days ago

1.3.0-dcd5756

30 days ago

1.3.0-069f40b

30 days ago

1.3.0-6d7e33a

1 month ago

1.3.0-f9a02c3

1 month ago

1.3.0-6d359e8

1 month ago

1.3.0-b6b77ee

1 month ago

1.3.0-553c891

1 month ago

1.3.0-a8e32fb

1 month ago

1.3.0-e3ba69f

1 month ago

1.3.0-f4e0d8b

1 month ago

1.3.0-8962c0a

1 month ago

1.3.0-dfa6b39

1 month ago

1.3.0-69535f4

2 months ago

1.3.0-32ebf35

2 months ago

1.3.0-01b40e2

2 months ago

1.3.0-d2ca9ea

2 months ago

1.2.0

2 months ago

1.2.1

2 months ago

1.2.0-7fe8f3d

2 months ago

1.2.0-1b3d9b8

2 months ago

1.2.0-5bd35d2

2 months ago

1.1.0

2 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.0.25

5 months ago

0.0.24

6 months ago

0.0.23

6 months ago

0.0.22

7 months ago

0.0.21

7 months ago

0.0.20

7 months ago

0.0.19

7 months ago

0.0.18

7 months ago

0.0.17

7 months ago

0.0.16

7 months ago

0.0.16-b2b3f8

7 months ago

0.0.15

7 months ago

0.0.14

8 months ago

0.0.13

8 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.6.0-pre-alpha-8

8 months ago

0.6.0-pre-alpha-2

8 months ago

0.6.0-pre-alpha-1

8 months ago

0.6.0-71661-2

8 months ago

0.0.1

10 months ago