Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

IndigoProtocol/cardano-token-registry-sdk

Repository files navigation

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
  })

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published