Skip to content

A starter project for running Secure Scuttlebutt using NodeJs Mobile project

Notifications You must be signed in to change notification settings

luandro/ssb-nodejs-mobile

Repository files navigation

Scuttlebot on nodejs-mobile

Experimentation for running scuttlebot with nodejs-mobile-react-native.

Goals

  • proof-of-concept Android ✅
  • proof-of-concept iOS ✅
  • support more native modules (sodium, leveldown, utp-native) ❌

Usage

git clone https://github.com/luandro/ssb-nodejs-mobile.git
cd ssb-nodejs-mobile
npm i

Than open the project's ./android directory in Android Studio in order to download all the necessary dependencies.

Enter the NodeJS project directory and run npm install which will also run npm run prepare to patch nodejs-mobile-react-native.

npm run dev to start Android development and logging.

Use adb logcat -s "NODEJS-MOBILE" to log NodeJS application.

Fixes that made this possible

About

A starter project for running Secure Scuttlebutt using NodeJs Mobile project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages