Ecosyste.ms: Awesome

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

https://github.com/NAXAM/cryptallet-xamarin-forms

Cryptallet - a simple Xamarin.Forms application for working with Ethereum, Ethereum based token.
https://github.com/NAXAM/cryptallet-xamarin-forms

ethereum ethereum-token ewallet nethereum wallet xamarin xamarin-forms

Last synced: about 1 month ago
JSON representation

Cryptallet - a simple Xamarin.Forms application for working with Ethereum, Ethereum based token.

Lists

README

        

# Cryptallet - A cryptocurrency app
Cryptallet is a small application to demonstrate how to work with Ethereum and Ethereum based token with Xamarin.
The app is built with Xamarin.Forms, Prism with modularity structure.

## About
This project is maintained by Naxam Co.,Ltd.

We specialize in developing mobile applications using Xamarin and native technology stack.

**Looking for developers for your project?**



## Screenshots
| Unlock | Home | History |
| ------------- |----------------| ---------|
|Unlock| Home | History |

## How to folk
Currently, the app is worked with my own created ERC20 contract. You might need to change the contract address to your desired one in order to test out the app.

Inside *AccountsManager* class, change line 48.
```
const string CONTRACT_ADDRESS = "{YOUR_SMART_CONTRACT_ADDRESS}";
```

You will also need to point out to your appropriate Ethereum network of your choice.

Inside *AccountsManager* class, change line 131
```
var client = new RpcClient(new Uri("{YOUR_ETHEREUM_NETWORK}"));
```

## License

Cryptallet application is released under the Apache License, Version 2.0.
See [LICENSE](./LICENSE) for details.

# Get our showcases on AppStore/PlayStore
Try our showcases to know more about our capabilities.



Contact us if interested.





Follow us for the latest updates
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=https://github.com/NAXAM/cryptallet-xamarin-forms)
[![Twitter Follow](https://img.shields.io/twitter/follow/naxamco.svg?style=social)](https://twitter.com/naxamco)