> For the complete documentation index, see [llms.txt](https://docs.sign-web.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sign-web.app/developers/3rd-party-integration.md).

# 3rd Party Integration

The Javascript Library includes the following libraries:

* [@waves/signer](https://github.com/wavesplatform/signer) for logging in and signing transactions with your Waves account
* [@waves.exchange/provider-web](https://github.com/waves-exchange/provider-web) the official Waves Exchange that hosts your accounts
* [uuid](https://github.com/uuidjs/uuid) to generate uuid v1
* [js-sha256](https://github.com/emn178/js-sha256) to generate file hash

You can get the library by following this links:\
\
[TESTNET](http://signature-chain.com/downloads/testnet-signchain-signer.min.zip)\
[MAINNET](http://signature-chain.com/downloads/signchain-signer.min.zip)

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](https://www.signature-chain.com/downloads/signchain-sign-demo.zip).

{% hint style="info" %}
&#x20;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:/...
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sign-web.app/developers/3rd-party-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
