I want to create a crowdsale token contract similar to EOS. I am new to crowdsale token contract. I get the source code from etherscan.io. They are EOSTokenContract, EOSCrowdsale, EOS-Owner. I want to know how did they deployed their smart contract. Through truffle? or what kind of framework to deploy their smart contract. Can i deploy a similar crowdsale contract using those three files?
Asked
Active
Viewed 463 times
-1
-
Try asking at [EOS.io site](https://area51.stackexchange.com/proposals/116927/eosio/visit). – kenorb May 08 '18 at 17:48
2 Answers
2
My suggestion is to take a look to OpenZeppelin, they provide a good library to develop Smart Contracts, with good tutorials and guides and a specific focus on crowdsale contracts.
You can start from their basic example "How To Create Token and Initial Coin Offering Contracts Using Truffle + OpenZeppelin"

Simonluca Landi
- 931
- 8
- 21
-
Yeah, i know truffle and OpenZeppelin, but i don't think that EOS used truffle. – Tony Tang Feb 19 '18 at 23:17
0
In EOS contract is written in C++ language while in ethereum in solidity. SO you can't deploy using truffle because it's not yet developed for EOS.

Akshay Singh
- 1
- 1
- 2