Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A bespoke Stellar wallet for gamers and collectors—open source, noncustodial, limitless.

License

NotificationsYou must be signed in to change notification settings

litemint/litemint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub licenseBuild Status

Explore the crypto world.

https://litemint.com

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.

Discover Litemint:

  • 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.

Links

Building it Yourself

Dependencies

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.

Build Script

  1. Download the latest Litemintsource from releases.

  2. 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).

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

    ./build.sh

    Or use the following command to use your debug build configuration and generate the output todebug/ 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

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 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 License

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.

Dependency Licenses

Build on the shoulders of giants!

Elliptic (Elliptic Curve Cryptography)

URLhttps://github.com/indutny/elliptic
LicenseMIT License
Local ModificationsModified to expose the hash cryptography primitives

aes-js (Advanced Encryption Standard)

URLhttps://github.com/ricmoo/aes-js
LicenseMIT License
Local ModificationsNone

scrypt-async-js

URLhttps://github.com/dchest/scrypt-async-js
LicenseMIT License
Local ModificationsNone

tweetnacl-js

URLhttps://github.com/dchest/tweetnacl-js
LicenseThe Unlicense
Local ModificationsNone

js-stellar-sdk

URLhttps://github.com/stellar/js-stellar-sdk
LicenseApache-2.0 License
Local ModificationsNone

bip39

URLhttps://github.com/iancoleman/bip39
LicenseMIT License
Local ModificationsNone

jquery

URLhttps://github.com/jquery/jquery
LicenseMIT License
Local ModificationsNone

material-design-icons

URLhttps://github.com/google/material-design-icons
LicenseApache-2.0 License
Local ModificationsNone

Chart.js

URLhttps://github.com/chartjs/Chart.js
LicenseMIT License
Local ModificationsNone

jquery-qrcode

URLhttps://github.com/jeromeetienne/jquery-qrcode
LicenseMIT License
Local ModificationsNone

bulma

URLhttps://github.com/jgthms/bulma
LicenseMIT License
Local ModificationsNone

identicons

URLhttps://github.com/Lobstrco/stellar-identicon-js
LicenseApache License 2.0
Local ModificationsNone

[8]ページ先頭

©2009-2025 Movatter.jp