
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');
const certs = new Certs(APIKey);
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