1.1.5 • Published 2 years ago

@iov/certificate-parser v1.1.5

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

@iov/certificate-parser

Allows to easily parse and use certificates supported by Starname blockchain.

Installation

yarn add @iov/certificate-parser

Usage

import { CertificateParser } from "certificate-parser";

// this throws on invalid certificate
const parsedCertificate = new CertificateParser("stringifiedJSONCertificate");
parsedCertificate.getStarnameInfo();

// Output
{
    starname: "*starname",
    address: "staraddress..."
}
1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago