Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iov-one/query-starnames


https://github.com/iov-one/query-starnames

Last synced: 10 days ago
JSON representation

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()
```