Skip to content

👋 (Release 0.1.1)

Latest
Compare
Choose a tag to compare
@cawfree cawfree released this 29 Dec 19:01
· 15 commits to main since this release

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() and stop() 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 bintray repository by building locally within the package and serving binraries via npm.
  • Add a comprehensive example app.