Skip to content

lavajumper/sexcoin-wallet

 
 

Repository files navigation

Welcome to Sexcoin Wallet, a standalone Sexcoin payment app for your Android device!

This work is a fork of Langerhans's Dogecoin wallet, which is a fork from Schildbach's wallet. FOSS is a wonderful thing.

This project contains several sub-projects:

  • wallet: The Android app itself. This is probably what you're searching for.
  • native-scrypt: Native code implementation for Scrypt. The C files are copied from the Java Scrypt project at GitHub.
  • native_kgw: Native code implementation for KGW calculations. C source copied and adapted for sexcoin from #E Github.
  • market: App description and promo material for the Google Play app store.
  • integration-android: A tiny library for integrating Sexcoin payments into your own Android app (e.g. donations, in-app purchases).
  • sample-integration-android: A minimal example app to demonstrate integration of Bitcoin payments into your Android app.

Dependencies:

This project relys on Sexcoinj and Libdohj, both of which have been adapted for sexcoin. You can find these in Lavajumper's Github

Sexcoin's Bitcoinj was built using bisq-networks's frozen fork. This may change in the future.

This project also contains code from HashEngineering for KGW java and native components.

I think we speak for many in the crypto community when we acknowlege the fine work that has gone into all these projects, and has allowed us to stand on the shoulders of some very talented people. We would encourage donations for those people who have decided to share their work.

Building:

Bitcoinj and Libdohj are both maven projects. You must build both of these and install them to your local maven repository before working on this wallet. Intellij IDEA has proven to be an exceptional environment to accomplish this.

You can then build all sub-projects at once using Gradle:

gradle clean build

About

Sexcoin Wallet app for your Android device.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.8%
  • C 3.2%