Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 580 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 580 Bytes

BidChain

Bid on blockchain

The purpose of this project is to create a bid and make overbid.

Class Diagram

classDiagram
      BidBase "1" o-- "*" OverBidBase
Loading

How to make a bid

  • use the BidBase#createBid method.
    • parameter :
      • name (eg. gameboy color);

how to make an overbid

To make an overbid you must have a bid address deployed on the blockchain. (see OverbidBase.test.js).

Thereby to create an overbid, you should use OverbideBase#createOverbid method.

  • parameter :
    • price
    • bid address deployed