Native Monero wallet library (LWSF) for React Native and Node.js.
The compiled C++ lives in this package. React Native and Node are hosts.
- GitHub: EdgeApp/monero-native
- npm:
monero-native
Add the package and run pod install as needed.
import { makeMonero } from 'monero-native'Mobile binaries: npm run build-native (Android + iOS). That script fetches third-party C++ and is not run on npm install.
import { makeNodeMoneroModule } from 'monero-native/node'Host addon: npm run build-native-host (explicit; prepare / prepack compile JavaScript only).