New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blockdemy-certs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockdemy-certs

A client to communicate with the Blockdemy Certs application API and handle file certifications

  • 0.1.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 28 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc