-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
What is it?
We need a library for a Dutch Auction Crowdsale
Problem
We need to flesh out our library of crowdsale models, and a dutch auction library similar to Gnosis or Raiden's models would be good to have.
https://github.com/raiden-network/raiden-token
Solution
Research how dutch auction token sales function and build a library that utilizes the base CrowdsaleLib.sol so achieve dutch auction functionality
Steps to implement
- Research previous implementations of dutch auction crowdsales
- Write spec for DutchAuctionCrowdsale.sol including storage structs.
- Translate spec into library code, following formatting similar to other Modular libraries
- extensively document and test the implementations
- Build README documenting the functionality similar to other library READMEs