0.6.57 • Published 4 months ago

@rss3/js-sdk v0.6.57

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

RSS3 JavaScript SDK

The Turbocharger for Your Next Open Web Development.

  • Quick Integration with Ethereum, Arbiturm, Base, Polygon and more....
  • Lightning Fast to Interact with the RSS3 Network.
  • Many Web3 Domains Supported
  • Fully Typed, Easy to BUIDL.

Installation

npm i @rss3/js-sdk

Getting Started

Obtain Data from the RSS3 Network

Get open social activities of anyone, here we get vitalik.eth's comments on farcaster:

import { dataClient } from '@rss3/js-sdk'

const socialActivities = await dataClient().activities('vitalik.eth', {
  tag: ['social'],
  type: ['comment'],
  platform: ['farcaster'],
})

Or simply query cross-network and human-readable feed of anyone:

import { dataClient } from '@rss3/js-sdk'

const readableFeed = await dataClient().activities('0xd8da6bf26964af9d7eed9e03e53415d37aa96045')

Perform Searches on the RSS3 Network

Search for keyword Ethereum across over 100 blockchains, networks and applications:

import { searchClient } from '@rss3/js-sdk'

const searchResults = await searchClient().activities({
  keyword: 'Ethereum',
})

Or on a specific platform like mirror:

import { searchClient } from '@rss3/js-sdk'

const searchResults = await searchClient().activities({
  keyword: 'Ethereum',
  platform: ['mirror'],
})

Add Artificial Intelligence to Your Applications

Coming soon.

For more examples visit RSS3 Docs.

License

MIT.

0.6.57

4 months ago

0.6.56

5 months ago

0.6.54

6 months ago

0.6.55

6 months ago

0.6.53

6 months ago

0.6.52

6 months ago

0.6.51

7 months ago

0.6.50

7 months ago

0.6.49

7 months ago

0.6.48

7 months ago

0.6.47

7 months ago

0.6.46

7 months ago

0.6.45

7 months ago

0.6.44

7 months ago

0.6.43

7 months ago

0.6.42

7 months ago

0.6.41

7 months ago

0.6.40

7 months ago

0.6.39

7 months ago

0.6.38

7 months ago

0.6.37

7 months ago

0.6.36

7 months ago

0.6.35

7 months ago

0.6.34

7 months ago

0.6.33

7 months ago

0.6.31

7 months ago

0.6.30

7 months ago

0.6.29

7 months ago

0.6.27

7 months ago

0.6.26

7 months ago

0.6.24

7 months ago

0.6.23

7 months ago

0.6.22

7 months ago

0.6.21

7 months ago

0.6.20

7 months ago

0.6.19

7 months ago

0.6.18

7 months ago

0.6.17

7 months ago

0.6.16

7 months ago

0.6.15

7 months ago

0.6.14

7 months ago

0.6.13

7 months ago

0.6.12

7 months ago

0.6.11

8 months ago

0.6.10

8 months ago

0.6.9

8 months ago

0.6.8

8 months ago

0.6.6

8 months ago

0.6.5

8 months ago

0.6.4

8 months ago

0.6.3

8 months ago

0.6.2

8 months ago

0.6.1

8 months ago

0.6.0

8 months ago

0.3.0

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.7

10 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.4.0

11 months ago

0.0.1

11 months ago