0.1.7 • Published 6 years ago

@coincrowd/react-native-nem-sdk v0.1.7

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago