https://github.com/nethereum/nethereum.android.makersample
Quick example of using Nethereum in an Android Client using Maker Token contract
https://github.com/nethereum/nethereum.android.makersample
Last synced: about 1 year ago
JSON representation
Quick example of using Nethereum in an Android Client using Maker Token contract
- Host: GitHub
- URL: https://github.com/nethereum/nethereum.android.makersample
- Owner: Nethereum
- Created: 2016-04-04T07:47:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T11:54:55.000Z (almost 10 years ago)
- Last Synced: 2025-01-11T21:24:50.335Z (about 1 year ago)
- Language: C#
- Size: 142 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nethereum.Android.MakerSample
Quick example of the compatibility of the Nethereum portable library with Android / Xamarin, the example uses the ERC20 standard token implemented by Maker.
Xamarin for Visual Studio or Studio is now free after the announcement at Microsoft Build 2016. Get it here https://www.xamarin.com/download
The example validates connectivity, contract encoding and decoding, and normal interactivity using geth (unlock account).
* Connects to a geth client
* Retrieves the balance (Morden as an example) from a Maker contract using the given address.
* Transfer amount, unlocking account first.