New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

beryx-client

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beryx-client

Beryx indexes and exposes via a public API Filecoin historical and real-time data. We provide historical transactions of every account, interactions with multisig accounts, fees details and many more.

  • 0.1.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Beryx Client

License GithubActions

Abstract

Beryx indexes and exposes via a public API Filecoin historical and real-time data. We provide historical transactions of every account, interactions with multisig accounts, fees details and many more.

How to use it

Get a valid token

Please, go through our auth flow to get a valid token. It will be required to consume the API. :link: Let's go to the auth flow

Add it to your project

Add the package to your project with these commands, depending on the package manager you prefer

yarn add @zondax/beryx-client
npm add --save @zondax/beryx-client

Instantiate new client

The only requirement the client needs is the token.

const jwt = process.env.JWT_TOKEN;

const client = new Beryx.FilecoinAPI({ jwt });

Use the client

These are just some examples on what you can do, and how you can do it. Please, check the typescript interface to find the whole set of methods.

const response = await client.getTipset(1);

Documentation

Visit our documentation website to know more about other exciting projects. :link: Let's go to the website

Keywords

FAQs

Package last updated on 08 Nov 2022

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