Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@pinax/antelope-accounts

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinax/antelope-accounts

Get account origin information using Accounts substreams KV sink endpoint

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
2
Created
Source

antelope-accounts-js

Get account origin information using Accounts substreams KV sink endpoint

Quickstart

import { createClient } from "@pinax/antelope-accounts"
const client = createClient( process.env.SINK_ENDPOINT );
const one = await client.getOrigin("account");
const many = await client.getOrigins(["account1","accounts2"]);

Example

> node example.js

Server

You can start your own accounts sink server by running docker compose up in the ./server directory

FAQs

Package last updated on 31 Mar 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