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
- Host: GitHub
- URL: https://github.com/multiversx/mx-sdk-js-opera-provider
- Owner: multiversx
- Created: 2023-01-26T13:15:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T16:15:24.000Z (almost 2 years ago)
- Last Synced: 2024-09-06T21:56:27.193Z (almost 2 years ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```