https://github.com/mrnkr/react-native-hyperwallet
https://github.com/mrnkr/react-native-hyperwallet
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrnkr/react-native-hyperwallet
- Owner: mrnkr
- License: mit
- Created: 2021-04-15T19:50:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T19:10:14.000Z (over 5 years ago)
- Last Synced: 2025-01-24T04:41:14.835Z (over 1 year ago)
- Language: Java
- Size: 415 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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