MichaelMure / Arbore-qt

Friend-to-friend filesharing app to save the world from dystopia
MIT License
21 stars 1 forks source link

create and share a data structure on the network to describe a Share #28

Open MichaelMure opened 9 years ago

MichaelMure commented 9 years ago

23:39 <BatO> ok, next question, if i want to share a datastructure that store some metadata and a set of hash, i should use ... pild ? 23:39 <BatO> ipld* 23:39 we havent moved to ipld yet, but thats what you will use when we do 23:39 right now, the best way to do that would be to make a merkledag node 23:40 put the metadata in the 'Data' segment 23:40 and all the hashes as links 23:40 <Bat`O> or a plain json & ipfs add i guess 23:40 that works too