Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@quicknode/sdk
Advanced tools
A SDK from [QuickNode](https://www.quicknode.com/) making it easy for developers to interact with QuickNode's services.
A SDK from QuickNode making it easy for developers to interact with QuickNode's services.
QuickNode's SDK is a JavaScript and TypeScript framework-agnostic library that supports both CommonJS and ES module systems.
:grey_question: We want to hear from you! Please take a few minutes to fill out our QuickNode SDK feedback form and let us know what you currently think about the SDK. This helps us further improve the SDK.
npm install @quicknode/sdk
or yarn add @quicknode/sdk
import Core from '@quicknode/sdk/core';
const core = new Core({ endpointUrl: 'replaceme' });
const blockNumber = core.client.getBlockNumber().then((response) => console.log(response));
Full example app implementation here
Please see the official QuickNode SDK documentation for the full documentation of SDK functions.
Please submit any issues or feature requests as an issue in Github.
We recommend using the example application to develop
qn-oss
monorepo root directory, run yarn install
packages/apps/examples/sdk-api
from qn-oss
monorepo rootcp .env.example .env
and add api keynx serve apps-examples-sdk-api
curl http://localhost:3333/api/nftsByAddress/0xbc08dadccc79c00587d7e6a75bb68ff5fd30f9e0
Run nx test libs-sdk
to execute the tests via Jest.
API responses are recorded using polly.js. You can re-record live requests by passing in an API key, copy .env.test.example
to .env.test
and fill out with your API key.
Run nx lint libs-sdk
to execute the lint via ESLint.
FAQs
A SDK from [QuickNode](https://www.quicknode.com/) making it easy for developers to interact with QuickNode's services.
The npm package @quicknode/sdk receives a total of 648 weekly downloads. As such, @quicknode/sdk popularity was classified as not popular.
We found that @quicknode/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 27 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.