-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9c1c11
commit 217ec05
Showing
1 changed file
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,32 @@ | ||
# tdd_example | ||
# nft_wallet | ||
|
||
A new Flutter project. | ||
## Introduction | ||
此專案為Side project,主要實作一個區塊鏈錢包APP,進行一些合約操作,可以取得貨幣與NFT資訊,並將他們轉移出去 | ||
|
||
## Getting Started | ||
# Function | ||
- [x] 連結錢包,Metamask、匯入私鑰 | ||
- [x] 切換多個錢包 | ||
- [x] 提供測試鏈上的ERC20合約,ETH、USDT | ||
- [x] 提供有支援的ERC721合約,NFT | ||
- [x] 取得錢包裡擁有的貨幣 | ||
- [x] 取得錢包擁有的NFT,StreamChicken2 | ||
- [x] 瀏覽NFT的詳情頁面 | ||
- [x] 轉移貨幣 | ||
- [x] 轉移NFT | ||
|
||
This project is a starting point for a Flutter application. | ||
# Usage | ||
- [flutter_riverpod](https://pub.dev/packages/flutter_riverpod) | ||
- [walletconnect_dart](walletconnect_dart) | ||
- [web3dart](https://pub.dev/packages/web3dart) | ||
- [url_launcher](https://pub.dev/packages/url_launcher) | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
## Artical | ||
- [Riverpod 輕鬆學,原來這麼好用!](https://ab20803.medium.com/riverpod-%E8%BC%95%E9%AC%86%E5%AD%B8-%E5%8E%9F%E4%BE%86%E9%80%99%E9%BA%BC%E5%A5%BD%E7%94%A8-7e7b231570bc) | ||
- [Riverpod 輕鬆學(二),一些進階用法!](https://ab20803.medium.com/riverpod-%E8%BC%95%E9%AC%86%E5%AD%B8-%E4%BA%8C-%E4%B8%80%E4%BA%9B%E9%80%B2%E9%9A%8E%E7%94%A8%E6%B3%95-80acf4f27ef4) | ||
|
||
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) | ||
|
||
For help getting started with Flutter, view our | ||
[online documentation](https://flutter.dev/docs), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
## About | ||
Github:https://github.com/chyiiiiiiiiiiii<br> | ||
Youtube:[Yii](https://www.youtube.com/user/a22601807/videos)<br> | ||
Youtube:[一起饅頭(美食頻道)](https://www.youtube.com/channel/UC8-CcCmlIhIGcs9pdxx_BSw/videos])<br> | ||
Instagram:[yiichenhi](https://www.instagram.com/yiichenhi/)<br> | ||
Email:ab20803@gmail.com<br> |