Bid on blockchain
The purpose of this project is to create a bid and make overbid.
classDiagram
BidBase "1" o-- "*" OverBidBase
- use the BidBase#createBid method.
- parameter :
- name (eg. gameboy color);
- parameter :
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