Skip to content

tmarmillot/BidChain

Repository files navigation

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

About

Bid on blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published