0.6.57 • Published 1 year ago

@rss3/js-sdk v0.6.57

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.6.56

1 year ago

0.6.54

2 years ago

0.6.55

2 years ago

0.6.53

2 years ago

0.6.52

2 years ago

0.6.51

2 years ago

0.6.50

2 years ago

0.6.49

2 years ago

0.6.48

2 years ago

0.6.47

2 years ago

0.6.46

2 years ago

0.6.45

2 years ago

0.6.44

2 years ago

0.6.43

2 years ago

0.6.42

2 years ago

0.6.41

2 years ago

0.6.40

2 years ago

0.6.39

2 years ago

0.6.38

2 years ago

0.6.37

2 years ago

0.6.36

2 years ago

0.6.35

2 years ago

0.6.34

2 years ago

0.6.33

2 years ago

0.6.31

2 years ago

0.6.30

2 years ago

0.6.29

2 years ago

0.6.27

2 years ago

0.6.26

2 years ago

0.6.24

2 years ago

0.6.23

2 years ago

0.6.22

2 years ago

0.6.21

2 years ago

0.6.20

2 years ago

0.6.19

2 years ago

0.6.18

2 years ago

0.6.17

2 years ago

0.6.16

2 years ago

0.6.15

2 years ago

0.6.14

2 years ago

0.6.13

2 years ago

0.6.12

2 years ago

0.6.11

2 years ago

0.6.10

2 years ago

0.6.9

2 years ago

0.6.8

2 years ago

0.6.6

2 years ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.4.0

2 years ago

0.0.1

2 years ago