ipld / interface-ipld-format

A interface you can follow to implement a valid IPLD format, resolvable through the IPLD Resolver (available in IPFS)
Other
29 stars 5 forks source link

Converge both implementations together #4

Closed daviddias closed 5 years ago

daviddias commented 7 years ago
daviddias commented 7 years ago

@Stebalien you are part of this ⛵️ too now :)

vmx commented 6 years ago

@Stebalien Do I understand correctly that there isn't really a spec for go-ipld, but the spec is what is in https://github.com/ipfs/go-ipld-format?

Stebalien commented 6 years ago

That's the interface definition, yes. There's really no point in having a "spec" given that interface definitions can be enforced by the compiler.

vmx commented 5 years ago

This repo is very JS specific I hope at one point we can start converging, but for now I think we should concentrate on having a great API for the JS world. Hence closing this issue.