Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update Text
  • Loading branch information
JamesSmartCell authored Aug 31, 2019
1 parent b09358d commit 5214457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Version 1.02

Web3E is a fully functional Web3 framework for Embedded devices running Arduino. Tested mainly on ESP32 and working on ESP8266. Also included is a rapid development DApp injector to convert your embedded server into a fully integrated Ethereum DApp.
Web3E is a fully functional Web3 framework for Embedded devices running Arduino. Web3E now has methods which allow you to use TokenScript in your IoT solution for rapid deployment. Tested mainly on ESP32 and working on ESP8266. Also included is a rapid development DApp injector to convert your embedded server into a fully integrated Ethereum DApp.

Starting from a simple requirement - write a DApp capable of running on an ESP32 which can serve as a security door entry system. Some brave attempts can be found in scattered repos but ultimately even the best are just dapp veneers or have ingeneous and clunky hand-rolled communication systems like the Arduino wallet attempts.

Expand All @@ -13,6 +13,7 @@ It is possible that as Ethereum runs natively on embedded devices a new revoluti

## New Features

- TokenScript/API interface.
- uint256 class added to correctly handle Ethereum types.
- usability methods added for converting between doubles and Wei values.
- usability methods added for displaying Wei values as doubles.
Expand Down

0 comments on commit 5214457

Please sign in to comment.