Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rss3/api-core

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rss3/api-core

  • 0.0.18
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

RSS3 Logo

RSS3 JavaScript SDK

npm package npm bundle size follow RSS3 on X discord chat

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/api-core

Getting Started

Obtain Data from the RSS3 Network

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

import { getActivities } from '@rss3/api-core'

const socialActivities = await getActivities({
  account: "vitalik.eth",
  tag: ["social"],
  type: ["comment"],
  platform: ["Farcaster"],
});

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

import { getActivities } from '@rss3/api-core'

const readableFeed = await getActivities({
  account: "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
});

Add Artificial Intelligence to Your Applications

Coming soon.

For more examples visit RSS3 Docs.

License

MIT.

FAQs

Package last updated on 24 Sep 2024

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