poanetwork / token-wizard

(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
MIT License
384 stars 215 forks source link

(Feature) Allow the token wizard to support multiple strategies with the store #1080

Open mariano-aguero opened 6 years ago

mariano-aguero commented 6 years ago

If you are reporting a problem with Token Wizard, please include the following information:

Which network did you use? (Mainnet, Kovan, Rinkeby, etc.)

None

If you were able to create it, what is the URL of your crowdsale?

None

Do you have screenshots showing the problem?

None

Do you see errors in the dev console? If yes, please include a screenshot

None

Resume: Currently the data for the strategies is stored in the same store. The store should be more SOLID, so we can do better maintenance, integration of features, avoid bugs and conditionals, etc.