@coincrowd/react-native-nem-sdk
v0.1.7
Published
React Native NEM sdk
Downloads
16
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