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: 3 months ago
JSON representation
Cryptallet - a simple Xamarin.Forms application for working with Ethereum, Ethereum based token.
- Host: GitHub
- URL: https://github.com/NAXAM/cryptallet-xamarin-forms
- Owner: NAXAM
- License: apache-2.0
- Created: 2018-01-16T07:05:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:39:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-12T12:39:42.944Z (6 months ago)
- Topics: ethereum, ethereum-token, ewallet, nethereum, wallet, xamarin, xamarin-forms
- Language: C#
- Size: 856 KB
- Stars: 15
- Watchers: 7
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-xamarin-apps - Cryptallet
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 |
| ------------- |----------------| ---------|
|| | |## 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)