/dutch-auction-ethereum

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Dutch Auction

This project implements the Dutch Auction mechanism to enable sales of tokens/ items.

Dependencies

  • Truffle
  • testrpc

Installation

  • git clone https://gitlab.com/sidutta/dutch-auction-ethereum.git
  • cd dutch-auction-ethereum

Run Tests

  • Execute testrpc in one tab
  • truffle test

Relevant files

  • contracts/DutchAuction.sol
  • test/dutchaution.js