Releases: ryjo1026/IoT-asset-tracker
Releases · ryjo1026/IoT-asset-tracker
Initial 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.