i created a crowdsale ethereum token now please help with a few questions i have…
take in consideration im a newbie…lol
- where and how can i get funding ?
- can the token be used only for crowd funding or as an ICO aswell ?
- where and how do i edit aspects in the contract… example end date, price etc…
Thanks in advance
where and how can i get funding ?
You will get funding immediately on user contribution to the wallet configured at step 3 of deployment with Token Wizard
can the token be used only for crowd funding or as an ICO aswell ?
It is up to you. To be ensure you can order additional security audit like Block Array did.
where and how do i edit aspects in the contract… example end date, price etc…
A good starting point to learn Token Wizard is wiki. Please take a look to managing section https://github.com/poanetwork/token-wizard/wiki#managing-the-crowdsale.
tnx for the help ?
just 1 more thing regarding funding…
i have to advertise/promote the token or is it automatically available on some platform that potential investors can view the token ?
is there a way people can purchase the token using ether without using the MethodId 0xa6f2ae3a.
any edits can be done ?
and is there a way to edit the minimum buy amount ? i have it at minimum 10 tokens i want to make it 1
Yes, on your own instance of Wizard. The code is open source: https://github.com/poanetwork/token-wizard.
and is there a way to edit the minimum buy amount ? i have it at minimum 10 tokens i want to make it 1
If your crowdsale is whitelisted, you can do it through ./manage/your_crowdsale_address
page of your crowdsale. If you are talking about global min cap, there is no way to change it.