Skip to content

React (JS/Native) wrapper for go-fula/mobile which creates a bridge between Fula and WNFS for React Native to enable developers create mobile native apps

License

Notifications You must be signed in to change notification settings

functionland/react-native-fula

 
 

Repository files navigation

react-native-fula

This package is a bridge to use the Fula libp2p protocols in the react-native

Installation

npm install react-native-fula

Usage

import { file, fula } from 'react-native-fula'; // ... //Connect to the box const status = await fula.connect("[Your Box address]"); //Store file to the box const cid = await file.send(decodeURI("[File path]")); //Get file path form the box const filepath = await file.receive(cid);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

React (JS/Native) wrapper for go-fula/mobile which creates a bridge between Fula and WNFS for React Native to enable developers create mobile native apps

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 8