mymonero / mymonero-core-js

The JS library containing the Monero crypto plus lightwallet functions behind the official MyMonero apps
BSD 3-Clause "New" or "Revised" License
101 stars 103 forks source link

how to use my daemon address with this repo? #42

Closed tarun1475 closed 6 years ago

tarun1475 commented 6 years ago

I want to develop a react native app using this core js monero library. Can i able to do all the necessary functions without connecting to daemon and and develop secure mobile wallet in react native

paulshapiro commented 6 years ago

You use the response parser. You can also use the net client utils if you want. To send you want to pass in a hostedMoneroAPIClient. Please see our repo mymonero-app-js for full examples. We plan to do better documentation for this repo and welcome assistance, however the API is in flux at the present moment.