All Projects → secret-tech → frontend-moon-wallet

secret-tech / frontend-moon-wallet

Licence: Apache-2.0 license
Lightweight & user-friendly crypto wallet

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to frontend-moon-wallet

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 (+30.43%)
Mutual labels:  crypto, wallet
Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (+484.78%)
Mutual labels:  crypto, wallet
Wallet3
A secure mobile wallet for web3
Stars: ✭ 13 (-71.74%)
Mutual labels:  crypto, wallet
DAPSCoin
DAPS is the world's first coin to implement Bulletproofs and RingCT & Ring Signatures in a staking chain. With DAPS it is possible to stake, run masternodes and mine PoA blocks.
Stars: ✭ 58 (+26.09%)
Mutual labels:  crypto, wallet
Beancounter
Utility to audit the balance of Hierarchical Deterministic (HD) wallets. Supports multisig + segwit wallets.
Stars: ✭ 109 (+136.96%)
Mutual labels:  crypto, wallet
cryptowallet-cli
CW is a crypto wallet generator CLI tool for a lot of blockchains: Bitcoin, Ethereum, Binance Smart Chain and many others
Stars: ✭ 45 (-2.17%)
Mutual labels:  crypto, wallet
binance-chain-python
Binance chain SDK in Python
Stars: ✭ 22 (-52.17%)
Mutual labels:  crypto, wallet
RavenCoin-Wallet-With-Miners
RavenCoin Wallet including CPU and GPU miners! programs are directly from Ravencoin and official miner sources
Stars: ✭ 75 (+63.04%)
Mutual labels:  crypto, wallet
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (+117.39%)
Mutual labels:  crypto, wallet
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (+108.7%)
Mutual labels:  crypto, wallet
anyl-wallet
🏦 Anyl Embedded Wallet for Internet of Things
Stars: ✭ 28 (-39.13%)
Mutual labels:  crypto, wallet
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (+195.65%)
Mutual labels:  crypto, wallet
cardano-py
Python3 lib and cli for operating a Cardano Passive Node and using the API's. (PRE-ALPHA)
Stars: ✭ 17 (-63.04%)
Mutual labels:  crypto, wallet
Openwallet Android
The first truly free, libre, and open source light wallet for multiple cryptocurrencies (Bitcoin, Ethereum, Ripple, etc).
Stars: ✭ 86 (+86.96%)
Mutual labels:  crypto, wallet
Macao Social Wallet
Simple Social Wallet made without javascript using the Freecoin toolkit
Stars: ✭ 110 (+139.13%)
Mutual labels:  crypto, wallet
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (+206.52%)
Mutual labels:  crypto, wallet
Best
Gifts for Programmers
Stars: ✭ 22 (-52.17%)
Mutual labels:  wallet
BitBruteForce-Wallet
No description or website provided.
Stars: ✭ 142 (+208.7%)
Mutual labels:  wallet
greenpass-android
Green Pass PDF Wallet Android App
Stars: ✭ 29 (-36.96%)
Mutual labels:  wallet
Multy-android
Mobile multy-blockchain wallet client.
Stars: ✭ 17 (-63.04%)
Mutual labels:  wallet

MOON Wallet

Moon Wallet Frontend module

GitHub (pre-)release Build Status license

This is frontend module of Moon Wallet. Checkout backend here.

This web client can be used to connect MOON's backend. Currently it has the following functionality:

  1. Registration & Authorization
  2. Register any Token by specified contract address
  3. Generate and manage multiple Ethereum wallets by one account
  4. Transfer ETH / ERC-20
  5. Transferring is protected by payment password
  6. Displaying transaction history for ETH/ERC-20
  7. Notification management
  8. All important actions are protected with 2FA (email or google authenticator) by integration with Jincor Backend Verify You can disable some kind of verifications as well.

For more info check API DOCS

Moon Wallet Screenshot

Technology stack

  1. React & Redux & Saga.
  2. Webpack
  3. socket.io

How start application loacally?

  1. Clone this repo.
  2. $ yarn
  3. $ cp .env.example .env
  4. $ yarn start
  5. Go to localhost:3000/auth/sign-in

How to build application for production?

Webpack generate static dist directory with production build of app. You just need serve it with your server like nginx.

  1. $ yarn
  2. $ cp .env.prod .env
  3. $ yarn build

Environment variables

cp .env.example .env - copy example dotenv file and specify your own values in .env

You can use different environment variables. Create .env.stage, .env.prod and .env.dev and copy the file you need.

Scripts

yarn start - start application in development mode

yarn build - build application into /dist directory

yarn build:clean - remove prev /dist and build application

yarn serve - serve /dist directory. Requires build application before run

Contributing


LICENSE @ secret_tech

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