| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| (Release 0.1.1).tar.gz | 2022-12-29 | 493.6 kB | |
| (Release 0.1.1).zip | 2022-12-29 | 536.5 kB | |
| README.md | 2022-12-29 | 1.2 kB | |
| Totals: 3 Items | 1.0 MB | 0 | |
Hello, world!
This is the first release of our hard fork from tesseract-one/react-native-gomobile-ipfs.
Why the hard fork?
We've opted to use a fundamentally different approach here; where we don't intend on manually bridging SDK functionality and instead opt to serve a Kubo-compatible IPFS API. This allows us to serve the entirety of the functionality embedded within the gomobile-ipfs without declaring an opinionated interface or requiring us to maintain a complex native module.
What's included?
A totally decentralized IPFS node that you can run from both iOS and Android applications. 🥳 🍾
- Just call
start()andstop()and use conventional networking libraries to query your local decentralized instance. - Serve a comprehensive IPFS API to React Native apps.
- Fixed dependence on now depcreated
bintrayrepository by building locally within the package and serving binraries vianpm. - Add a comprehensive example app.