gcash / bchwallet

A secure bitcoin cash wallet daemon written in Go (golang)
ISC License
43 stars 29 forks source link

Add mobile package #24

Closed cpacia closed 5 years ago

cpacia commented 5 years ago

This commit refactors the main package to move most of the start up functionality into a new boot package so that this functionality can be shared with the new mobile package. The gomobile compiler prevents creating bindings for a main package which is why we need to do it this way.