/Toast-Fork-Core

This repo contains the core code for Toast Wallet. It is built for iOS, Android and browser directly from this repository. PC builds are built from the browser version using Electron.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Toast Wallet core

This contains the core javascript and css of the wallet. Each specific platform has a repo that wraps the html5 app.

Git usage

Warning! Releases will be on the homepage: https://toastwallet.com. The main branch is the development branch. Releases in git may not be the latest version.

Builds

Build scripts are found here: https://github.com/ToastWallet/build-scripts

Manual compilation for browser build

Clone the repo. Install phonegap https://phonegap.com/ Run: - phonegap platform add browser - phonegap build browser