robinmonjo / coincoin

Blockchain based cryptocurrency proof-of-concept in Elixir. Feedback welcome
402 stars 54 forks source link

Rename packages under Coincoin namespace #22

Closed yordis closed 6 years ago

yordis commented 6 years ago

@robinmonjo I dont know if this is worth or not but I just did it. I renamed everything to be under Coincoin namespace. We never know if we will have to use X package that will conflict with the project or not and also if you decide to move the packages outside of Coincoin umbrella and publish them to Hex it will be ready without any problem. Which could be a possibility.

What do you think?

robinmonjo commented 6 years ago

Thank you @yordis ! In the current state of the project, I don't see how things could be reused outside of the project. I do have some ideas to separate the P2P layer outside of the Blockchain package, and maybe make it available on hex. And why not move the blockchain package to hex later too when it's more mature.

yordis commented 6 years ago

@robinmonjo should I continue with this or no?

yordis commented 6 years ago

@robinmonjo the reason I suggest this is because it is really interesting to actually extract blockchain as a database out and P2P as a network library as well.

I want to create some database for audio tracks on the blockchain ❤️ 🎧

robinmonjo commented 6 years ago

Ok @yordis let's focus on extracting the Blockchain so it can be reused. Extracting P2P protocol seems less important for now. I opened an issue https://github.com/robinmonjo/coincoin/issues/27 waiting for your inputs 😊