All Projects → siacentral → sia-lite-wallet-web

siacentral / sia-lite-wallet-web

Licence: AGPL-3.0 license
Secure non-custodial cryptocurrency wallet with support for Siacoin (SC) and the Ledger Nano S/X

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
stylus
462 projects
HTML
75241 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to sia-lite-wallet-web

NoDevFee
Claymore.s.Dual.Ethereum.Miner Developer 1%~2% charges redirected to your wallet.
Stars: ✭ 24 (-20%)
Mutual labels:  siacoin
Mindcoin-CryptoCurrency
Mindcoin CryptoCurrency
Stars: ✭ 52 (+73.33%)
Mutual labels:  cryptocurrency-wallet
navigator-sia
An advanced blockchain explorer for the Sia network
Stars: ✭ 14 (-53.33%)
Mutual labels:  siacoin
docker-sia
The official docker image for the Sia daemon
Stars: ✭ 21 (-30%)
Mutual labels:  siacoin
host-manager
User-friendly desktop app for Sia hosts. Provides easy configuration, better financials, and smart alerts to make hosting simpler.
Stars: ✭ 62 (+106.67%)
Mutual labels:  siacoin
siacdn
SiaCDN is a high-quality hosted skynet node.
Stars: ✭ 18 (-40%)
Mutual labels:  siacoin
SiaFpgaMiner
VHDL FPGA design of an optimized Blake2b pipeline to mine Siacoin
Stars: ✭ 58 (+93.33%)
Mutual labels:  siacoin
desktop
CoinApp is a simple to use minimal Cryptocurrency Wallet for Ethereum, ERC20 Tokens, Bitcoin and Litecoin built for Windows, Mac and Linux.
Stars: ✭ 60 (+100%)
Mutual labels:  cryptocurrency-wallet
fibercryptowallet
Multi-coin cryptocurrency wallet
Stars: ✭ 25 (-16.67%)
Mutual labels:  cryptocurrency-wallet
solana-mobile-wallet
💳 Non-custodial cross-platform wallet for Solana
Stars: ✭ 64 (+113.33%)
Mutual labels:  cryptocurrency-wallet
Nault
⚡ The most advanced Nano wallet with focus on security, speed and robustness
Stars: ✭ 228 (+660%)
Mutual labels:  cryptocurrency-wallet
waves-keeper
Your entry point to the Waves blockchain and Waves-powered web services
Stars: ✭ 57 (+90%)
Mutual labels:  cryptocurrency-wallet

Sia Central's Lite Wallet is a secure cryptocurrency wallet web app with support for Siacoin (SC) and ScPrimeCoin (SCP). This wallet has been tested and works with Chromium based browsers on Desktop, iOS 11, and Chrome on Android. Sensitive data, such as wallet seeds, is stored encrypted using a user-set passphrase and never leaves the device.

Sia Central Lite Wallet | GitHub | Docker

Main Features

  • Secure - Keep control of your seeds. All sensitive information is stored and encrypted locally, never leaving your device.
  • No blockchain download - Instantly create a new wallet. Recover an existing wallet in under 2 minutes.
  • Ledger Nano - Easily send and receive transactions with full Ledger Nano S and Ledger Nano X support
  • Multiple Wallets - Create any number of separate wallets. Easily track host or renter wallets and top them up from a Ledger wallet.
  • Compatible - Generate or recover wallets using 29 word seeds.
  • Multilingual - Supports English, Chinese and French. Additional languages can be easily added by the community.
  • Multiplatform - Works on modern desktop browsers, iOS and Android

Supported Wallet Types

Seed Wallets

Seed wallets are created or recovered from a 29-word recovery phrase. These wallets are fully compatible with the official Sia and ScPrime wallets. The seed is encrypted and stored locally with a user provided unlock password. The seed never leaves the device, removing any risk of exposure.

Ledger Hardware Wallets

Ledger hardware wallets communicate using Ledger's secure transport. The seed cannot be retrieved from the Ledger device. Addresses are imported from the device to view balance and build transactions. The Ledger device is required to sign and confirm any transactions before being broadcast to the Sia network.

To enable Ledger support you need to be on a recent Chromium based desktop browser (Chrome, Brave, Opera, Microsoft Edge) and enable Experimental Web Platform Features from chrome://flags/#enable-experimental-web-platform-features

Watch-Only Wallets

Watch-Only wallets are read-only wallets used to monitor the balance of a group of addresses. Addresses to watch are imported manually to view balance.

How It Works

This wallet uses a Sia wrapper that allows parts of Sia to be run directly in the browser. This lets the wallet generate, recover seeds, addresses, and sign transactions without using an external server or daemon. The wallet uses the Sia Central Explorer API to retrieve balance and transaction data without downloading the full blockchain. All transaction generation and signing happens locally, the signed transaction is then broadcast to the network.

Run Docker

docker run -p 80:80 -d siacentral/sia-lite-wallet-web

Build Locally

Prerequisites

  • Node v12.10.X
  • NPM 6.14.X
  • Go 1.16.X

Compiles and hot-reloads for development

make run

Compiles and minifies for production

make build

Build Docker Image

make docker

Lint and fixes files

make lint
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].