@coincrowd/react-native-nem-sdk

React Native NEM sdk

Usage no npm install needed!

<script type="module">
  import coincrowdReactNativeNemSdk from 'https://cdn.skypack.dev/@coincrowd/react-native-nem-sdk';
</script>

README

React Native Nem Sdk

This is a porting of NEM sdk for React Native

Installing

Install the sdk

npm i @coincrowd/react-native-nem-sdk

Examples

Get Balance

nem.getBalance('your_address')

Get Transactions

nem.getTransactions('your_address')

Send Transaction

nem.setPrivateKey('your_private_key')
const amount = 1
nem.send('destination_address', amount, 'message')

License

This project is licensed under the MIT License - see the LICENSE.md file for details