Skip to content

Commit

Permalink
Updated readme files.
Browse files Browse the repository at this point in the history
  • Loading branch information
allanclempe committed Aug 10, 2019
1 parent afd5c1a commit 729f350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Ethereum Wallet for [ERC20](https://en.wikipedia.org/wiki/ERC-20) smart contracts - PREVIEW.
## Ethereum Wallet for [ERC20](https://en.wikipedia.org/wiki/ERC-20) smart contracts.

A digital wallet app, developed in dart language and flutter framework. The idea is to have a boiler plate to transfer tokens from one address to another based on smart contracts.

Expand Down
3 changes: 2 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

[ ] Add support to IOS. (add google-services file and camera permissions)
[ ] Handle when connection is not available.
[ ] Better solution to MOBX and form field
[X] Remove contract abi from dart and use the original json file.\
Expand All @@ -8,4 +9,4 @@
[X] Use flutter name convention for files, which is lowercase_with_underscores.\
[ ] Change sendTransaction implementation when possible, receiving a stream with confirmations and receipt straight from send method.
[ ] Add support to add use multiple accounts\
[ ] c:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_analytics-4.0.2\android\src\main\java\io\flutter\plugins\firebaseanalytics\FirebaseAnalyticsPlugin.java uses or overrides a deprecated API
[ ] c:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_analytics-4.0.2\android\src\main\java\io\flutter\plugins\firebaseanalytics\FirebaseAnalyticsPlugin.java uses or overrides a deprecated API

0 comments on commit 729f350

Please sign in to comment.