FredericRezeau / litemint

The coolest crypto wallet for everyone. Games, apps, collectibles, daily challenge & rewards, Litemint is building a limitless wallet for mass crypto adoption.

Home Page:https://litemint.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license Build Status

Explore the crypto world.

https://litemint.com

Built on Stellar, Litemint is a multifaceted crypto wallet that provides a platform for distributing and running apps and games while removing the middleman from the monetization process hence facilitating frictionless, trustless and instant micro-transactions and collectible trades—preserving the direct link between creators and users.

Check out the litemint-api to integrate your app to Litemint.

Discover Litemint:

  • Send, receive and trade any digital asset. Litemint is decentralized, secure and friendly.

  • Your account keys always stay with you! Litemint accounts are standard, secure and compatible with all mainstream stellar services and hardware wallets. They implement mnemonic with BIP-39, universal private key derivation with SLIP-0010 and SEP-0005 and can be recovered and imported independently.

  • Litemint allows third-party apps and games to run seamlessly from within the wallet while also delivering monetizable content such as tradable collectibles and items through dedicated shopping services. Litemint boasts of the first real-world implementation of decentralized cross-currency in-app purchases using path payments.

  • Fast growing. See Google Analytics Report for Q3 and latest report latest report.

Building it Yourself

Dependencies

The build process uses the Google Closure Compiler and YUI Compressor which require Java 8 or higher. Follow their respective links for installation instructions.

Optionally, you can install jsdoc if you want the build script to generate the code documentation.

Build Script

  1. Download the latest Litemint source from releases.

  2. Export the compiler and compressor paths. On the command line, run the following commands:

    export COMPILER=path/to/closure-compiler.jar
    export COMPRESSOR=path/to/yui-compressor.jar

    Alternatively, you can use the --compiler and --compressor command line flags (see example below).

  3. At the root of this project, run the following command (by default, the release build is copied to the dist/ folder):

    ./build.sh

    Or use the following command to use your debug build configuration and generate the output to debug/ folder:

    ./build.sh --debug --out=debug

    Or use the following command to build and generate the jsdoc documentation (jsdoc must be in the path):

    ./build.sh --jsdoc=doc

    Or use the following command to specify the compiler and compressor paths:

    ./build.sh --compiler=path/to/closure-compiler.jar --compressor=path/to/yui-compressor.jar

Contributing

Got mad skills? You are welcome to contribute to Litemint!

Development on Litemint happens directly on this GitHub repository and external contributors are welcome to send pull requests which will be reviewed and discussed.

Please take a look at the Code of Conduct to learn more.

Trying to report a possible security vulnerability in Litemint? For the safe disclosure of security bugs and information about our bounty program, please send an email to security@litemint.com.

Litemint License

Litemint source code is released under the MIT License.

Copyright (c) 2020 Frederic Rezeau, aka 오경진
Copyright (c) 2020 Litemint LLC

LITEMINT LLC owns all Litemint-related trademarks, service marks, and graphic logos and the names of all Litemint projects are trademarks of LITEMINT LLC.

Dependency Licenses

Build on the shoulders of giants!

Elliptic (Elliptic Curve Cryptography)

URL https://github.com/indutny/elliptic
License MIT License
Local Modifications Modified to expose the hash cryptography primitives

aes-js (Advanced Encryption Standard)

URL https://github.com/ricmoo/aes-js
License MIT License
Local Modifications None

scrypt-async-js

URL https://github.com/dchest/scrypt-async-js
License MIT License
Local Modifications None

tweetnacl-js

URL https://github.com/dchest/tweetnacl-js
License The Unlicense
Local Modifications None

js-stellar-sdk

URL https://github.com/stellar/js-stellar-sdk
License Apache-2.0 License
Local Modifications None

bip39

URL https://github.com/iancoleman/bip39
License MIT License
Local Modifications None

jquery

URL https://github.com/jquery/jquery
License MIT License
Local Modifications None

material-design-icons

URL https://github.com/google/material-design-icons
License Apache-2.0 License
Local Modifications None

Chart.js

URL https://github.com/chartjs/Chart.js
License MIT License
Local Modifications None

jquery-qrcode

URL https://github.com/jeromeetienne/jquery-qrcode
License MIT License
Local Modifications None

bulma

URL https://github.com/jgthms/bulma
License MIT License
Local Modifications None

identicons

URL https://github.com/Lobstrco/stellar-identicon-js
License Apache License 2.0
Local Modifications None

About

The coolest crypto wallet for everyone. Games, apps, collectibles, daily challenge & rewards, Litemint is building a limitless wallet for mass crypto adoption.

https://litemint.com

License:MIT License


Languages

Language:JavaScript 96.6%Language:HTML 2.0%Language:CSS 1.0%Language:Shell 0.4%Language:PHP 0.0%