Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iov-one/query-starnames
https://github.com/iov-one/query-starnames
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iov-one/query-starnames
- Owner: iov-one
- Created: 2022-12-05T17:27:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T05:02:50.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T23:21:12.006Z (29 days ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @iov/query-starnames [![npm version](https://img.shields.io/npm/v/@iov/query-starnames.svg?style=flat-square)](https://www.npmjs.com/package/@iov/query-starnames)
Client package to query starnames
## Installation
```bash
yarn add @iov/query-starnames
```## Usage
```ts
import { StarnameQueryClient } from "query-starnames";const client = new StarnameQueryClient("LCD_ENDPOINT here");
client.getAccountInfo()
```