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

https://github.com/mrnkr/react-native-hyperwallet


https://github.com/mrnkr/react-native-hyperwallet

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# react-native-hyperwallet

React Native wrapper for Hyperwallet

## Installation

```sh
npm install react-native-hyperwallet
```

## Usage

```js
import Hyperwallet from "react-native-hyperwallet";

// ...

const result = await Hyperwallet.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT