Ferdi07 / NFF

0 stars 1 forks source link

Why not put all this together with the crowdsale #1

Open WizardOfAus opened 6 years ago

WizardOfAus commented 6 years ago

contract Token {}

Why not with the crowdsale file?

onikagetora commented 6 years ago

can you explain? i don't understand what's the matter

WizardOfAus commented 6 years ago

I mean why so many seperate contracts?

On Tue, Feb 27, 2018 at 12:32 PM, onikagetora notifications@github.com wrote:

can you explain? i don't understand what's the matter

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Ferdi07/NFF/issues/1#issuecomment-368858936, or mute the thread https://github.com/notifications/unsubscribe-auth/AJTNF9eFT2m4cZwboYQ1DsOQ7qNbtIwIks5tY_X3gaJpZM4STWmP .

onikagetora commented 6 years ago

Ok, I think that are Tests of Nando. The One to use is Crowdsale i suppose. Right Nando?

Ferdi07 commented 6 years ago

Hi guys. Yes. There are two possibilities. Create a single contract and this manage all. Create two contracts, crowdsale and token. I'm in with this second possibility. The contract posted by Daniel is the first.

Ferdi07 commented 6 years ago

I think create two contract permits to separate the function and semplify all. But i'm open to new solutions :grinning: