i'm try create a token with ether.camp, but need help, please
Dai Dao
@dai-dao
Hi everyone, I'm trying a create a crowdsale using the Ethereum contract. I want the users to be able to pay with debit/credit card.
Currently, my approach would be to use Coinbase API to accept payment of any form, and purchase Ether, then use the Ether to purchase my released token
Does anyone have experience in doing this? I'm just looking for advice in general since I haven't tried doing this yet
Stigjf
@Stigjf
@pirapira Thx, it worked ! I have just created my own crowdsales platform thanks to your advice.
BardoBravo
@BardoBravo
@Stigjf What was the advice?
Stigjf
@Stigjf
@BardoBravo@pirapira I get the same error. Replace result with 0 and the code compiles...
@BardoBravo It was an error in the code of the Shared Association
Yoichi Hirai
@pirapira
@Stigjf do you want to file a pull-request?
Stigjf
@Stigjf
@pirapira Sorry but I am quite new on this forum and I don't know how to that but if it is not difficult to explain it, of course no prob for me.
I'm trying to make a token on test-net with the code at https://www.ethereum.org/token#full-coin-code but when I try to Deploy it says "It seems this transaction will fail. If you submit it, it may consume all the gas you send." and Estimated fee consumption says "The contract won't allow this transaction to be executed" what have I done wrong?