An open API service indexing awesome lists of open source software.

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

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.

Nethereum Android Rpc Client to Ethereum example