Hi, I want to use the created blocksservice in WNFS and store te created DAGs on IPFS instead of locally.
My question might be noob but this is the only piece of code I found on how to use blockservice.New with the echange parameter.
Basically, I want to create a blockservice which stores data on IPFS network. Can someone please guide me on how can I achieve it with a sample piece of code?
Found the answer in ipfslite code: ipfs-lite/ipfs.go at master · hsanjuan/ipfs-lite · GitHub
1 Like