Skip to content

Releases: ryjo1026/IoT-asset-tracker

Initial Release

18 Jun 10:03
87cfbaa
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

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.