All Projects → luniehq → Lunie

luniehq / Lunie

Licence: apache-2.0
Lunie is staking, simplified ✨

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lunie

Arcbit Ios
arcbit - iOS bitcoin wallet http://arcbit.io
Stars: ✭ 142 (-46.62%)
Mutual labels:  blockchain, wallet
Webextensionwallet
Stars: ✭ 170 (-36.09%)
Mutual labels:  blockchain, wallet
Simpleos
EOSIO Blockchain Interface & Wallet
Stars: ✭ 157 (-40.98%)
Mutual labels:  blockchain, wallet
Alpha Wallet Android
An advanced Ethereum mobile wallet
Stars: ✭ 133 (-50%)
Mutual labels:  blockchain, wallet
Web Wallet
Stars: ✭ 261 (-1.88%)
Mutual labels:  blockchain, wallet
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-47.37%)
Mutual labels:  blockchain, wallet
Toshi Android Client
Android client for Toshi
Stars: ✭ 167 (-37.22%)
Mutual labels:  blockchain, wallet
Vessel
Desktop wallet for the Hive blockchain
Stars: ✭ 116 (-56.39%)
Mutual labels:  blockchain, wallet
Blockchainwallet Crypto
比特币、以太坊公私钥生成以及签名,长时间不维护可移步 https://github.com/QuincySx/ChainWallet
Stars: ✭ 183 (-31.2%)
Mutual labels:  blockchain, wallet
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-32.33%)
Mutual labels:  blockchain, wallet
Atomicdex Desktop
atomicDEX Desktop app - project codename "Dextop"
Stars: ✭ 126 (-52.63%)
Mutual labels:  blockchain, wallet
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (-24.06%)
Mutual labels:  blockchain, wallet
Libra Wallet Poc
💰POC Libra wallet
Stars: ✭ 122 (-54.14%)
Mutual labels:  blockchain, wallet
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-46.99%)
Mutual labels:  blockchain, wallet
Ddn
DDN, Data Delivery Network, a next generation blockchain system
Stars: ✭ 118 (-55.64%)
Mutual labels:  blockchain, wallet
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-37.97%)
Mutual labels:  blockchain, wallet
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-62.41%)
Mutual labels:  blockchain, wallet
Desktop
The official Musicoin Desktop Wallet Application
Stars: ✭ 112 (-57.89%)
Mutual labels:  blockchain, wallet
Go Ethereum Hdwallet
Ethereum HD Wallet derivations in Go (golang)
Stars: ✭ 178 (-33.08%)
Mutual labels:  blockchain, wallet
Merit
Merit aims to be the world's most adopted digital currency.
Stars: ✭ 196 (-26.32%)
Mutual labels:  blockchain, wallet

Lunie Official Monorepo

Workspaces:

Preparation:

To install the required modules for /api, /app, and /extension all at once, run:

$ yarn

If you're only interested in /api, /app, or /extension there are instructions below for how to work in one workspace at a time.

To install new dependencies in a single workspace:

Run this command with the following syntax:

$ yarn workspace <workspace-name> add <package-name>

As an example:

$ yarn workspace extension add cool-vue-package

To run the code in a single workspace:

  • API:
$ yarn workspace api start
  • App:
$ yarn workspace app serve

To build extension:

$ export LUNIE_API=https://staging-api.lunie.io
$ yarn workspace extension build

To build extension enabling localhost connection

$ export LUNIE_API=https://staging-api.lunie.io
$ yarn workspace extension build:dev
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].