dwyl / cid

❄️cid ("content id") is a human-friendly (readable/typeable) unique ID function built for distributed/decentralised systems.
GNU General Public License v2.0
33 stars 3 forks source link

Create cid #21

Closed RobStallion closed 5 years ago

RobStallion commented 5 years ago

Create functions that create same CIDs as IPFS. Function takes a string, map or struct.

~Currently uses ex_cid~

7 #11

Have (temporarily) renamed the module to ex_cid. See #22 for more info on this.

Adds tests and doc tests.

RobStallion commented 5 years ago

@nelsonic I have updated this now 👍

RobStallion commented 5 years ago

@Danwhy Thanks for all the points on the documentation updates that can be done here. I'll get on those right away. All really good points thanks 👍

RobStallion commented 5 years ago

@nelsonic @Danwhy Have updated the pr based on your feedback.

nelsonic commented 5 years ago

@RobStallion & @Danwhy good work on adding property-based-testing. 🎉 Showcase your work by adding a Travis-CI and Codecov Badge ... 😉

RobStallion commented 5 years ago

@nelsonic Will do.