An open API service indexing awesome lists of open source software.

https://github.com/multiversx/mx-sdk-js-opera-provider


https://github.com/multiversx/mx-sdk-js-opera-provider

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# mx-sdk-js-opera-provider

Signing provider for dApps: Opera Crypto Wallet.

Documentation is available on [docs.multiversx.com](https://docs.multiversx.com/sdk-and-tools/erdjs/erdjs-signing-providers/), while an integration example can be found [here](https://github.com/multiversx/mx-sdk-js-examples/tree/main/signing-providers).

Note that **we recommend using [dapp-core](https://github.com/multiversx/mx-sdk-dapp)** instead of integrating the signing provider on your own.

## Distribution

[npm](https://www.npmjs.com/package/@multiversx/sdk-opera-provider)

## Installation

`sdk-opera-provider` is delivered via [npm](https://www.npmjs.com/package/@multiversx/sdk-opera-provider), therefore it can be installed as follows:

```
npm install @multiversx/sdk-opera-provider
```

### Building the library

In order to compile the library, run the following:

```
npm install
npm run compile
```