Socket
Socket
Sign inDemoInstall

@rss3/js-sdk

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rss3/js-sdk

RSS3 JavaScript SDK, the Turbocharger🌪️ for Your Next Open Web Development.


Version published
Weekly downloads
7
decreased by-53.33%
Maintainers
3
Weekly downloads
 
Created
Source

RSS3 logo

npm package follow RSS3 on X discord chat

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.

FAQs

Package last updated on 07 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc