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

https://github.com/elastos/elastos.trinity.plugins.wallet


https://github.com/elastos/elastos.trinity.plugins.wallet

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# elastos-trinity-plugins-wallet

This plugin defines a global `cordova.walletManager` object, which provides an API for wallet library.

Although in the global scope, it is not available until after the `deviceready` event.

```js
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
console.log(walletManager);
}
```
---

## Installation

The plugins field of dapp manifest.json adds Wallet values, such as "plugins": ["XXXX", "Wallet", "XXXX"]

## Supported Platforms

- Android
- iOS