https://github.com/gsora/siacold
Siacoin cold storage app for Android.
https://github.com/gsora/siacold
android cold-storage sia siacoin wallet
Last synced: 2 months ago
JSON representation
Siacoin cold storage app for Android.
- Host: GitHub
- URL: https://github.com/gsora/siacold
- Owner: gsora
- License: mit
- Created: 2017-06-27T00:14:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T13:21:00.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T02:12:06.196Z (3 months ago)
- Topics: android, cold-storage, sia, siacoin, wallet
- Language: Java
- Size: 9.61 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SiaCold [](https://travis-ci.org/gsora/SiaCold)
An easy-to-use cold storage wallet for [Siacoin](http://sia.tech/).
## About
This repo hosts all the source files needed to build SiaCold.
While the `master` branch hosts all the development code, tagged releases are available through git tags.
## Contributions
Contributions are very welcome, in the form of pull/feature requests and issues.
## Open-source attributions
These libraries made SiaCold possible:
+ [RxJava2](https://github.com/ReactiveX/RxJava)
+ [Butter Knife](http://jakewharton.github.io/butterknife/)
+ [QRGen](https://github.com/kenglxn/QRGen) and its Android adapter
+ [Retrofit2](http://square.github.io/retrofit/) and its Android adapters
+ [gson](https://github.com/google/gson) and its Retrofit2 adapter
+ [AutoFitTextView](https://github.com/grantland/android-autofittextview)
+ [Realm](https://realm.io/) and its adapters
+ [AboutLibraries](https://github.com/mikepenz/AboutLibraries/)Siacoin address and seed generation are handled by some parts taken from the core and [`sia-coldstorage`](https://github.com/johnathanhowell/sia-coldstorage/), gracefully adapted thanks to [`gomobile`](https://github.com/golang/mobile).