EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.6k forks source link

Initial coin offering contract #3528

Closed ghost closed 5 years ago

ghost commented 6 years ago

We have many contracts already but I believe an ICO contract is very basic just like the token contract is and would help developers issue new tokens easily and securely.

If someone decides to self-assign this issue, I would suggest supporting the following:

grigio commented 6 years ago

I think good source references for ICO are https://github.com/OpenZeppelin/openzeppelin-solidity/tree/master/contracts/crowdsale and DAICO https://github.com/theabyssportal/DAICO-Smart-Contract

edevil commented 6 years ago

Is there any equivalent to OpenZeppelin in the EOS world? I've built several contracts in Ethereum and almost always based them on OZ's contracts, they are invaluable. A trusted source of audited building blocks for EOS contracts would help a lot.

ghost commented 6 years ago

Have a look at this: https://github.com/irespo/irespo/tree/master/irespo/irespoicoico

dixia commented 5 years ago

irrelevant to development of eos

feel free to find third-party resources for this kind of contract