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:/...
Last updated