0.0.1 • Published 3 years ago

@indigo-labs.io/cardano-token-registry-sdk v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Cardano Token Registry SDK - TypeScript

This SDK is intended to allow developers to interact with metadata-server.

Getting Started

The SDK is hosted on npmjs.com, so you can directly import it using your favorite package manager.

$ yarn add @indigo-labs.io/cardano-token-registry-sdk

Usage

Using the SDK is pretty straight-forward as you can see from the following examples.

Query a Token from Subject

  import {MainnetInstance} from '@indigo-labs.io/cardano-token-registry-sdk';

  const response = await MainnetInstance.query({
    subject: '' // A Subject ID
  })