docs.sign-web.app
  • Introduction
  • Getting started
  • Login / Account
  • Overview
  • Wallet
    • Receive
    • Send
    • Mass Send
  • Certification
    • File Certification
    • Email Certification
    • Multi-party Agreement
    • Verification Explorer
  • Buying options
    • With Waves
    • With FIAT
    • With USDN
  • DEVELOPERS
    • Technical details
      • File Certification
      • Revoke certification
      • Email Certification
      • Multiparty Agreement
      • USDN & Certification Credits
    • SIGN API
    • 3rd Party Integration
      • Certify
      • Verify
  • Contact-us
Powered by GitBook
On this page

Was this helpful?

  1. DEVELOPERS

3rd Party Integration

You can easily integrate the File Certification feature into any web application or web site with our Javascript library.

PreviousSIGN APINextCertify

Last updated 3 years ago

Was this helpful?

The Javascript Library includes the following libraries:

  • for logging in and signing transactions with your Waves account

  • the official Waves Exchange that hosts your accounts

  • to generate uuid v1

  • to generate file hash

You can get the library by following this links:

This library aims to simplify the integration in any Web application or Web site, more libraries will be released in the future based on user needs.

HOW TO IMPLEMENT IT

You can download the complete template .

This template require http protocol to work properly or you may get a CORS Policy error. To test locally, a server (wamp, node server etc) is required to access the index.html through http(s):// and not file:///C:/...

@waves/signer
@waves.exchange/provider-web
uuid
js-sha256
TESTNET
MAINNET
here