@basementdev/sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

Basement SDK

The Basement SDK has sensible defaults and flexibility to allow you to get the data you want efficiently and effortlessly.

Installation

Basement SDK is available as an npm package

npm:

npm install @basementdev/sdk

yarn:

yarn add @basementdev/sdk

Getting Started with the Basement SDK

Here's an example of a basic query using the SDK:

import { BasementSDK } from "@basementdev/sdk";

const sdk = new BasementSDK();

const data = await sdk.address({
  address: "vitalik.eth",
  include: { profile: true, tokens: true },
});

Visit docs.basement.dev/sdk for docs, examples and more!

Package Sidebar

Install

npm i @basementdev/sdk

Weekly Downloads

9

Version

1.0.9

License

GPL-3.0

Unpacked Size

186 kB

Total Files

24

Last publish

Collaborators

  • nickforall
  • anas.y