- Notifications
You must be signed in to change notification settings - Fork21
A bespoke Stellar wallet for gamers and collectors—open source, noncustodial, limitless.
License
litemint/litemint
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Explore the crypto world.
Litemint is an open source, noncustodial, bespoke Stellar wallet for collectors and gamers. By leveraging the Stellar blockchain, Litemint enhances the user experience with asset ownership (NFT and collectibles) and decentralized micro-transactions.
We are revamping our open source wallet to support a mobile-first experience with the NFT marketplace, along with existing features (SDEX and wallet). Expect the fully browsable marketplace content with support for all features including auctions, profiles and collections.
Send, receive and trade (SDEX) any digital asset and NFT. Litemint is peer-to-peer, 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 withBIP-39, universal private key derivation withSLIP-0010 andSEP-0005 and can be recovered and imported independently.
- Website:https://litemint.com/
- Discord:https://litemint.gg
- Twitter:https://twitter.com/LitemintHQ
- Facebook:https://www.facebook.com/litemint
- Youtube:https://www.youtube.com/litemint
- Wallet Web App:https://litemint.app/
- Google Play:https://play.google.com/store/apps/details?id=com.litemint.app
- Blog:https://blog.litemint.com/
- Reddit:https://www.reddit.com/user/blockonomy
The build process uses theGoogle Closure Compiler andYUI Compressor which requireJava 8 or higher. Follow their respective links for installation instructions.
Optionally, you can installjsdoc if you want the build script to generate the code documentation.
Download the latest Litemintsource from releases.
Export the compiler and compressor paths. On the command line, run the following commands:
export COMPILER=path/to/closure-compiler.jarexport COMPRESSOR=path/to/yui-compressor.jar
Alternatively, you can use the
--compiler
and--compressor
command line flags (see example below).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 thejsdoc 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
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 sendpull requests which will be reviewed and discussed.
Please take a look at theCode 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 tosecurity@litemint.com.
Litemint source code is released under theMIT License.
Copyright (c) 2021 Frederic Rezeau, aka 오경진
Copyright (c) 2021 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.
Build on the shoulders of giants!
URL | https://github.com/indutny/elliptic |
License | MIT License |
Local Modifications | Modified to expose the hash cryptography primitives |
URL | https://github.com/ricmoo/aes-js |
License | MIT License |
Local Modifications | None |
URL | https://github.com/dchest/scrypt-async-js |
License | MIT License |
Local Modifications | None |
URL | https://github.com/dchest/tweetnacl-js |
License | The Unlicense |
Local Modifications | None |
URL | https://github.com/stellar/js-stellar-sdk |
License | Apache-2.0 License |
Local Modifications | None |
URL | https://github.com/iancoleman/bip39 |
License | MIT License |
Local Modifications | None |
URL | https://github.com/jquery/jquery |
License | MIT License |
Local Modifications | None |
URL | https://github.com/google/material-design-icons |
License | Apache-2.0 License |
Local Modifications | None |
URL | https://github.com/chartjs/Chart.js |
License | MIT License |
Local Modifications | None |
URL | https://github.com/jeromeetienne/jquery-qrcode |
License | MIT License |
Local Modifications | None |
URL | https://github.com/jgthms/bulma |
License | MIT License |
Local Modifications | None |
URL | https://github.com/Lobstrco/stellar-identicon-js |
License | Apache License 2.0 |
Local Modifications | None |
About
A bespoke Stellar wallet for gamers and collectors—open source, noncustodial, limitless.