blockdemy-certs

0.1.6 • Public • Published

List of features

A client to communicate within Blockdemy Certs API

List of features

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

Package Sidebar

Install

npm i blockdemy-certs

Weekly Downloads

0

Version

0.1.6

License

MIT

Unpacked Size

128 kB

Total Files

16

Last publish

Collaborators

  • ernestognw