Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nethereum/nethereum.ui.wallet.sample
Cross platform wallet example using Nethereum, Xamarin.Forms and MvvmCross
https://github.com/nethereum/nethereum.ui.wallet.sample
android cross-platform ethereum ethereum-client ios mvvmcross nethereum raspberry-pi uwp xamarin xbox
Last synced: 4 days ago
JSON representation
Cross platform wallet example using Nethereum, Xamarin.Forms and MvvmCross
- Host: GitHub
- URL: https://github.com/nethereum/nethereum.ui.wallet.sample
- Owner: Nethereum
- License: mit
- Created: 2016-04-08T14:29:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T09:48:23.000Z (over 2 years ago)
- Last Synced: 2024-08-04T01:21:25.366Z (3 months ago)
- Topics: android, cross-platform, ethereum, ethereum-client, ios, mvvmcross, nethereum, raspberry-pi, uwp, xamarin, xbox
- Language: C#
- Size: 942 KB
- Stars: 80
- Watchers: 11
- Forks: 42
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nethereum.UI.Wallet.Sample
This is a cross platform wallet example using Nethereum, Xamarin.Forms and MvvmCross, targetting all main mobile platforms Android, iOS, Windows, Dektop (windows 10 uwp), IoT with the Raspberry PI and Xbox.
Work in progress.
## Screenshots from Morden
Demo on the xbox: https://www.youtube.com/embed/WuRFmlcWFaA
Demo on the Raspberry PI: https://www.youtube.com/watch?v=bGZhq9oW3Mo (The data is cached on the demo, it is very slow retrieving the data at the moment)
### Done
* Nethereum.Wallet generic interfaces, summary of balances, accounts, token registry, token transfer, Transaction history (based on transfers done in the wallet)
* Mock repository layer
* Start separation of concerns between Transactions and Reading.
* Validated usage for common methods, contract, eth.
* Generic UI, upgraded now to MVVMCross 6.0
* Nethereum working and tests on UWP (Windows 10, Windows 10 Phone, Xbox, Raspberry Pi 2), Android and iOS.### Todo
* Ether Transfer example
* Load account from KeyStorage, Private key and HDWallet
* ViewModels to use ReactiveUI, Validation
* Akavache
* Secured storage integration sample
* Connect to BlockchainStorage / Etherscan
* Multi signature support
* Improve UI / UX
* Mac, Linux, WPF, TV, Watch samples
* Continue testing all the platforms
* Integrage with the DappHybrid
* IPFS to load from Dapp application using DappHybrid
* IPFS / DappHybrid Blazor### Other UI samples
* Avalonia Desktop https://github.com/Nethereum/Nethereum.UI.Desktop
* WinForms Dekstop https://github.com/Nethereum/Nethereum.SimpleWindowsWalletNote: in this sample, a special INFURA API key is used: `7238211010344719ad14a89db874158c`. If you wish to use this sample in your own project you’ll need to [sign up on INFURA](https://infura.io/register) and use your own key.