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

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.

Awesome Lists containing this project

README

        

# SiaCold [![Build Status](https://travis-ci.org/gsora/SiaCold.svg?branch=master)](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).