docs.sign-web.app
Search…
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
SIGN API
3rd Party Integration
Certify
Verify
Contact-us
Powered By
GitBook
3rd Party Integration
You can easily integrate the File Certification feature into any web application or web site with our Javascript library.
The Javascript Library includes the following libraries:
@waves/signer
for logging in and signing transactions with your Waves account
@waves.exchange/provider-web
the official Waves Exchange that hosts your accounts
uuid
to generate uuid v1
js-sha256
to generate file hash
You can get the library by following this links:
TESTNET
MAINNET
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
here
.
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:/...
DEVELOPERS - Previous
SIGN API
Next
Certify
Last modified
1mo ago
Copy link
Contents
HOW TO IMPLEMENT IT