Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ethereum and moac management #4

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
app/**/*.js linguist-language=text

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ fastlane/screenshots
fastlane/test_output
fastlane/readme.md
.DS_Store
.project
.settings
.classpath
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

This is a wallet tool based on [TokenPocket](https://www.mytokenpocket.vip) early version for android, we could use it to manage multiple wallets, view balance & transaction history and transfer token. Only supports [SWTC Blockchain](http://state.jingtum.com/#!/) for now, we will support Ethereum Blockchain and so on in the future.
This is a wallet tool based on [TokenPocket](https://www.mytokenpocket.vip) early version for android, we could use it to manage multiple wallets, view balance & transaction history and transfer token. Only supports [SWTC](http://state.jingtum.com/#!/), [Ethereum](https://etherscan.io/) and [Moac](http://explorer.moac.io/home) for now. For Ethereum and Moac, we only support transfer eth & moac except erc20.

这是一个基于TokenPocket早期版本的Android钱包工具,我们可以用它来管理多个钱包,查看余额和交易历史记录以及转账。
目前仅支持SWTC公链,未来我们将支持以太坊等。
目前仅支持SWTC公链, 以太坊和墨客. 对于以太坊和墨客, 仅支持eth和moac转账.

## Donation

If you wanna donate token, we'll appreciate it.

如果您想捐赠Token,我们将非常感激
如果您想捐赠Token,我们将非常感谢

Official Address:

Expand All @@ -21,7 +21,6 @@ Official Address:
| SWTC | [jGj83Xe4GEyDKXBDrFBGXdMWHKTSy29XUp](http://state.jingtum.com/#!/wallet/jGj83Xe4GEyDKXBDrFBGXdMWHKTSy29XUp) |
| MOAC | [0x77e7b7b5ea39bf1103f191e58ef44b1f74ccef1b](http://explorer.moac.io/addr/0x77e7b7b5ea39bf1103f191e58ef44b1f74ccef1b) |


## License

For more information see [License](https://github.com/TP-Lab/tp-android/blob/master/LICENSE)
242 changes: 0 additions & 242 deletions app/assets/framework.js

This file was deleted.

Loading