The Woleet software suite

As a specialist in digital proof, Woleet provides a SaaS API and a series of software components that facilitate the usage and integration of its services.

Woleet's software suite leverages the Bitcoin public blockchain, which provides the immutability and resilience properties essential for reliable proof creation.

The Woleet software suite provides the following main functions:

  • create proofs of timestamp
  • create proofs of seal (electronic seals)
  • create signature requests, manage the signature workflow and get proofs of signature (electronic signatures)
  • verify proofs of timestamp, proofs of seal and proofs of signature.

The Woleet API

With the Woleet API, customer applications can use all Woleet features without friction, like creating and verifying proofs, and managing signature requests.

The Woleet applications

Woleet Dashboard is a web application dedicated to developers wanting to integrate the Woleet API into applications and/or to install and configure Woleet on-premise applications like Woleet.ID Server, Woleet CLI or ProofKeeper.

Woleet Sign is an end-user oriented web application dedicated to electronic signature, and entirely hosted by Woleet, meaning that signer identities are verified and managed by Woleet.

Woleet Auditor is an end-user oriented web application allowing to verify any kind of proof generated by Woleet.

ProofKeeper is a desktop application allowing to automate the timestamping and sealing of files.

Woleet CLI is a command line application allowing to automate the timestamping and sealing of files.

Woleet.ID Server is a web application to host inside your organization's IT system to manage the identities and the signature keys of your organization's users and seals and to sign data using these keys.

The integration tools

Woleet provides a set of open sourced tools on Github:

  • Use our pre-generated SDKs to access the Woleet API using Java or JavaScript. Note that you can generate the SDK for any langage by using Swagger/OpenAPI.

  • Use our woleet-weblibs JavaScript library to compute the hash of files and verify proofs independently of Woleet in your web applications.

  • Use our woleet-widgetv2 HTML widget (see it in action at https://auditor.woleet.io) to compute the hash of files and preview them (for PDF and image files).

  • Use our woleet-widget HTML widget (see it in action at https://btcproof.info) to verify proofs online independently from Woleet.

  • Use our BtcProof proof verifier allowing to verify any kind of proof generated by Woleet.