Skip to content

metaspartan/denariusnodewallet

Repository files navigation

Denarius [DNR] NodeJS Web Wallet

Dependency Status Build Status Join the chat at https://gitter.im/denariusproject/Lobby Thinkful Pair on Node

DesktopWallet MobileWallet

Live Demo: Currently unavailable

Denarius Node Wallet - A NodeJS/MongoDB powered denariusd Web Wallet.

Send and Receive Funds, Create new addresses, View Transactions, Edit your account, and more!

Swap between your DNR Balance in USD and BTC prices calculated from http://coinmarketcap.com/currencies/denarius-dnr/

2FA Authentication is included as well as QR Codes for addresses and 2FA!

Table of Contents

Features

  • Send and Receive DNR
  • Wallet Addresses, Create new ones
  • View all transactions
  • Two Factor Authentication
  • Mobile Ready Responsive Design
  • Local Authentication using Email and Password
  • OAuth 1.0a Authentication via Twitter
  • OAuth 2.0 Authentication via Facebook, Google, GitHub
  • Flash notifications
  • MVC Project Structure
  • Node.js clusters support
  • Sass stylesheets (auto-compiled via middleware)
  • Bootstrap 3 + Theme
  • Contact Form (powered by Mailgun, Sendgrid or Mandrill)
  • User Account Management
  • Gravatar
  • Profile Details
  • Change Password
  • Forgot Password
  • Reset Password
  • Link multiple OAuth strategies to one account
  • Delete Account
  • 2FA (MFA) Enable/Disable
  • CSRF protection
  • XSS protection

-More features will be coming!

Prerequisites

  • denariusd
  • MongoDB
  • Node.js 6.0+
  • Command Line Tools (Optional)
  •  Mac OS X: Xcode (or OS X 10.9+: xcode-select --install)
  •  Windows: Visual Studio
  •  Ubuntu /  Linux Mint: sudo apt-get install build-essential
  •  Fedora: sudo dnf groupinstall "Development Tools"
  •  OpenSUSE: sudo zypper install --type pattern devel_basis

Getting Started

The easiest way to get started is to clone the repository:

# Get the latest snapshot
git clone --depth=1 https://github.com/carsenk/denariusnodewallet.git denariuswallet

# Change directory
cd denariuswallet

# Install NPM dependencies
npm install

# Or, if you prefer to use `yarn` instead of `npm`
yarn install

# Then simply start your app
node app.js

# Or, if you are using nodemon
nodemon app.js

Note: I highly recommend installing Nodemon. It watches for any changes in your node.js app and automatically restarts the server. Once installed, instead of node app.js use nodemon app.js. It will save you a lot of time in the long run, because you won't need to manually restart the server each time you make a small change in code. To install, run sudo npm install -g nodemon.

Denarius Daemon Setup

You must have a Denarius daemon running on a local server or remote server (highly recommend using SSL)

Your configuration options should be set within your .env file, you can check the .env.example for examples

In your denarius.conf file (The Denariusd/QT configuration file) add the following to allow use of the web wallet.

enableaccounts=1
staking=0
server=1
rpcuser=yourusername
rpcpassword=yourpassword

License

The MIT License (MIT)

Copyright (c) 2017 Carsen Klock

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Denarius [D] Web Wallet powered by NodeJS & MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published