Skip to content
forked from ToastWallet/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.

License

Notifications You must be signed in to change notification settings

vijayr2410/core

 
 

Repository files navigation

Toast Wallet core

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

Minimalist wallet.

We'll be building from the functionality of https://github.com/jatchili/minimalist-ripple-client

Ripple Js Lib

https://github.com/ripple/bower-ripple/blob/master/ripple.js

Git usage

Warning! Releases will be under release branches. The main branch is the development branch.

Phone builds

We use Adobe Phonegap's cloud build service. The most recent phone builds can be found here. Warning these may be development builds. https://build.phonegap.com/apps/2733163/share

Manual compilation for browser build

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

Manual building of electron packages

  • Perform the steps above for the browser version. More instructions shortly

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.0%
  • C++ 17.5%
  • HTML 6.2%
  • Java 4.5%
  • Objective-C 3.5%
  • C# 1.8%
  • Other 1.5%