Skip to content

alessandromontividiu03/desktop-client

 
 

Repository files navigation

Travis CI status

Foxlet Wallet (A Desktop Client for Stellar)

Foxlet allows you to encrypt your secret key and store it as a file locally on your computer. You can use it on Windows, Linux and Mac.

Key Features

  • No registration. Secret key and login information stored locally.
  • Offline transaction signing. Protect the secret key from exposure to the Internet.
  • Send/receive/convert lumens, assets and tokens.
  • Buy/sell lumens, assets and tokens.
  • Merge account.
  • Create your own tokens.
  • View balances and history.
  • Manage trust lines, account data, inflation destination.
  • Federation protocol support.
  • Contacts support.
  • Deposit/withdraw CNY, BTC.
  • Participate ICO

Build yourself

You have to have 8.x.x Node.js installed (latest 8.11.3 recommended). For that you can use either n or nvm.

Also, yarn is recommended over npm due it's strict lockfile and other features.

To build yourself, do the following

yarn install
yarn build
# Or only one package with "build:linux", "build:mac" or "build:win".

Development

yarn install
yarn start
# ... do stuff ...
yarn lintfix

Foxlet Wallet uses Electron to create an application. Common shortcuts and tips:

  • CTRL+SHIFT+I to open development console
  • reload UI with CTRL+R to refresh front-end code
  • restart yarn start process to refresh back-end code

Ledger

If you have permission problems on Linux, this may help:

echo 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"' | sudo tee /etc/udev/rules.d/99-hidraw-permissions.rules

If you have more problems, make sure that:

  1. Ledger is connected.
  2. Ledger is unlocked.
  3. Ledger has Stellar app installed.
  4. Ledger currently is in the Stellar app.
  5. Ledger Stellar app settings has "browser support" set to "No".

Electron version download

stellarchat#274 (comment)

Foxlet恒星钱包 🚀

Foxlet钱包也称为恒星桌面钱包或恒星离线钱包。它是一个注重安全的,功能完备的恒星客户端。

主要功能

  • 无需注册,密钥以加密文件存在本地。
  • 交易本地签名。密钥不会暴露到因特网。
  • 支持发送、兑换任意资产。
  • 支持交易任意资产。(恒星中任意资产均可两两交易)。
  • 支持合并账号。
  • 支持创建新资产。
  • 查询资产和历史记录。
  • 管理授信、账户数据;可设置恒星通胀地址,帮助自己或他人得到利息。
  • 全面支持联邦协议。通过联邦协议可提现到比特币、银行。
  • 集成锚点充提服务,在钱包里即可完成充值、提现。
  • 支持设置联系人和fed.network名称服务,可通过~短号发送资产给朋友。
  • 支持恒星ICO活动。

TODO

目前我们提供的是4.x版本,基于nwjs分支的下载。但社区有人编译了electron版本的下载

About

Full featured desktop client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.2%
  • HTML 29.9%
  • CSS 4.9%