Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 404 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 404 Bytes

Crowdsale

Crowdsale is a base contract for managing a token crowdsale, allowing investors to purchase tokens with ether. This contract implements such functionality in its most fundamental form and can be extended to provide additional functionality and/or custom behavior. The external interface represents the basic interface for purchasing tokens, and conforms the base architecture for crowdsales.