blockdemy-certs

v0.1.6
A client to communicate with the Blockdemy Certs application API and handle file certifications
ethereum web3 client api blockchain

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

npm i blockdemy-certs

Source Code

Homepage

certs.blockdemy.com

Metadata

  • MIT
  • Whatever
  • Ernesto García
  • released 12/28/2019

Downloads

Maintainers