gomobile-ipfs icon indicating copy to clipboard operation
gomobile-ipfs copied to clipboard

IPFS and libp2p on Mobile, with Gomobile

Results 63 gomobile-ipfs issues
Sort by recently updated
recently updated
newest added

I'm trying to build the project for testing on iOS, I can't find any build instructions. I have tried using the Makefile, but I am unable to successfully run any...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package version Latest commit a2c7efffdf506fb00f51c69697855ac42546a67a ### Language version and compiler version go 1.17,...

bug
🔍 Ready for Review

# Description This PR implements: - Go standard `ReadCloser` to Swift standard `InputStream` - Go standard `ReadCloser` to Java standard `InputStream` - Swift and Java standard `InputStream` to Go standard...

🚧 WIP

Changes for go1.18. Similar to the [Berty pull request](https://github.com/berty/berty/pull/4135), In go/go.mod, add a replace for quic-go v0.25. In packages/go.mod, change to quic-go v0.25. Run `go mod tidy` to update the...

bug

### Asking a question, not reporting a bug - [X] This question is not about a bug ### Is there an existing issue for this? - [X] I have searched...

question
🔍 Ready for Review

Any plans to support flutter?

question

This include the needed refactor and sub librairies.

### Asking a question, not reporting a bug - [X] This question is not about a bug ### Is there an existing issue for this? - [X] I have searched...

question
🔍 Ready for Review

Hey guys, just read the weekly newsletter, awesome project! I wrote down some ideas how a WebOfTrust could help in personal usage of IPFS by adding nodes as "friends" and...

question

`compileSdkVersion 30 buildToolsVersion "30.0.3" defaultConfig { applicationId "com.example.ipfs_andorid" minSdkVersion 28 targetSdkVersion 30 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }` `basichost failed to resolve local interface addresses {"error": "route ip+net: netlinkrib:...

bug