You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Note: 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 and use your own key.
About
Cross platform wallet example using Nethereum, Xamarin.Forms and MvvmCross