-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an example, and link it from the README #5
Comments
+1, just came across this awesome package and would be great to see an example with how joins work. |
A complete but not so simple example: https://github.com/mrusme/superhighway84/blob/master/database/database.go
|
I'm trying to figure out a simplest go-orbit-db example code (test.go):
// the go.mod file:
// must lock the interface-go-ipfs-core version, or else show error ""undefined: blockstore.ErrNotFound"" No luck , it shows:
|
@diyism I had the same issue until I added IPFS Plugins. It seems flatfs is implemented as a builtin plugin, so you need to include plugin support. Any luck creating a working example? |
based on the above, i bolted together a dirty example. no guarantees.
|
When I run the example in the gist, it prints:
|
Keep this open as a tracking issue for adding examples. Put in backlog until we have more time to work on it. |
No description provided.
The text was updated successfully, but these errors were encountered: