Skip to content

Blockdemy Certs npm package is a client to handle communication with the official API, also, it allows to easily manage multipart file requests to verify and certify documents on blockchain.

License

blockdemy/blockdemy-certs

Repository files navigation

Blockdemy Certs - Client

A client to communicate within Blockdemy Certs API


Blockdemy Certs platform expose many endpoints through their API, in order to allow third party integrations to create Ethereum's blockchain backed document certifications. This client makes communcation and multipart file requests easy.

List of features

  • Get documents of your organization
  • Get detailed info about certifications
  • Upload documents to Ethereum's blockchain
  • Explore owners public data

Get started

const Certs = require('blockdemy-certs');

// Instantiate the certs client using your API Key from the platform
const certs = new Certs(APIKey);

// Use the methods available to get info for your organization
const myOrganizationDocuments = await cert.getDocuments();

Download & Installation

For npm

$ npm i blockdemy-certs

For yarn

$ yarn add blockdemy-certs

Contributing

Blockdemy Certs Client is open for contributions in order to make it easy to make our technology more open for the community.

Authors

  • Ernesto García - Tech Leader @blockdemy

License

This project is licensed under the MIT License

About

Blockdemy Certs npm package is a client to handle communication with the official API, also, it allows to easily manage multipart file requests to verify and certify documents on blockchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published