Skip to content

Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@ryjo1026 ryjo1026 released this 18 Jun 10:03
· 20 commits to master since this release
87cfbaa

This release includes all basic functionality for the contract:

  • Registration of devices.
  • Management of devices (starting and ending auctions).
  • Bidding on available devices.

Additionally, there is handling for most common errors such as:

  • Not having MetaMask installed.
  • Not being connected to the correct network.
  • Not having an account imported.
  • Some transaction errors (Not enough gas, contract reverted, etc.)

Both the Ropsten test network and private networks are supported. Work still needs to be done to add more features, optimize the code, and completely cover all errors.