react-native-hotpocket-js-client
Version:
Javascript client library to interact with HotPocket smart contracts.
13 lines (11 loc) • 335 B
Markdown
# HotPocket React Native client
- [Example React Native usage](https://github.com/EvernodeXRPL/react-native-hp-js-client/blob/main/example/App.js)
## Prerequisites
- Install `react-native-get-random-values`
```sh
npm install react-native-get-random-values
```
- Import in `index.js`
```js
import 'react-native-get-random-values';
```