ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
247 stars 68 forks source link

Add to `ipfs-api-examples` of integrating `serde` and the DAG API. #80

Open nathan-at-least opened 3 years ago

nathan-at-least commented 3 years ago

My current goal is to learn how to create and consume linked DAG nodes with serde. An example that spells this out would go a long way, because mapping between the general IPFS HTTP RPC documentation, the IPLD guides, and the ipfs_api crate docs is cumbersome.

ferristseng commented 3 years ago

If you figure this out, please feel free to open a PR!