Code Monkey home page Code Monkey logo

testnet-webwallet-js's Introduction

image

Master Build Status

Build Status Build status

Qwertycoin TESTNET Web Wallet - Fully client-side

This web wallet is doing everything client-side to give the best privacy to users. The API servers are currently only used to optimize the communication with the daemon and compress the blockchain.

Security

No keys, seeds, or sensitive data is sent to the server
If you find a potential security issue, please contact me so we/I can patch it as soon as possible.
Encryption is done with a certified library, Tweetnacl.Js.

Features (non-exhaustive)

  • Complete wallet sync without server side processing for security
  • Receive/send history
  • Mempool support to check incoming transfers
  • Send coins - including QR code scanning and subaddress support
  • Receive page to generate a custom QR code
  • Import from private keys, mnemonic seed, or json file (exported by the wallet)
  • Export private keys, mnemonic phrase, or json file (which include all the history)
  • View only wallet
  • Basic network stats

How to compile & Deploy

The project is using Typescript as main language everything else (dependencies) is already included.

Compilation

The first step will be to compile the typescript code into javascript code so browsers will be able to understand it. You also need to build some files that are dynamically generated like the manifest ... This task is doable with :

npm install
nodejs ./node_modules/typescript/bin/tsc --project tsconfig.json
nodejs build.js

The first task install dependencies (typescript) and the text one compile the typescript code. We are using a custom tsconfig file which is optimized for production.

Deploy

All the content of the src directory needs to be exposed with a web-server.

Change configuration

You will have to edit the file src/config.ts in order to change the API endpoint.

That's all

Donate

QWC: QWC1K6XEhCC1WsZzT9RRVpc1MLXXdHVKt2BUGSrsmkkXAvqh52sVnNc1pYmoF2TEXsAvZnyPaZu8MW3S8EWHNfAh7X2xa63P7Y
BTC: 1DkocMNiqFkbjhCmG4sg9zYQbi4YuguFWw
ETH: 0xA660Fb28C06542258bd740973c17F2632dff2517
BCH: qz975ndvcechzywtz59xpkt2hhdzkzt3vvt8762yk9
XMR: 47gmN4GMQ17Veur5YEpru7eCQc5A65DaWUThZa9z9bP6jNMYXPKAyjDcAW4RzNYbRChEwnKu1H3qt9FPW9CnpwZgNscKawX
ETN: etnkJXJFqiH9FCt6Gq2HWHPeY92YFsmvKX7qaysvnV11M796Xmovo2nSu6EUCMnniqRqAhKX9AQp31GbG3M2DiVM3qRDSQ5Vwq

Contributors and thanks

Developers:

  • gnock (main)
  • cryptochangements
  • davehlong (initial adaptation of PHP Api for Bytecoin based coins)
  • aiwe (adapted for Bytecoin/CryptoNote from Monero codebase)
  • nnian, ExploShot (adapted for Qwertycoin codebase)

Translations:

Incomplete Translations:

testnet-webwallet-js's People

Contributors

nnian avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.