Coder Social home page Coder Social logo

jinjorge / addressgenerator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kronik/addressgenerator

1.0 3.0 0.0 1.11 MB

πŸ’° A macOS app to safely generate cryptocurrency address

License: MIT License

Swift 91.57% Objective-C 0.21% C 8.01% Ruby 0.21%

addressgenerator's Introduction

Address Generator

Getting started

Your own key pair

You can go to some websites, create an account and have them manage your online wallets there. It also means that you can lost your money when they are hacked or compromised. Also, some websites make it not easy to export the private keys.

Would you give your money safe key to strangers? The same applies for cryptocurrencies, the money is truly yours when only you have the keys. You can generate your own key pair, thanks to AddressGenerator

Asymetric cryptography

A cryptocurrency account, which is based on Asymetric cryptography, consists of 2 keys: public key and private key.

  • The private key (raw or in wallet import format) is a secret number generated randomly. You spend money by using private key to sign transaction
  • The public key is derived from private key. Your account address is a hash value of this public key.

It's important that only you own and store these keys securely πŸ’ͺ

Extra dependencies

Generating wallets with Javascript browsers or electron.js apps is a big red flag ‼️ Those are built on top of hundreds of libraries. Even if you're offline, who know if any of those dependencies are doing evil 😱

While you're still skeptical, here are some readings

You deserve a safer solution β™₯️

Features

AddressGenerator features

  • Use pure Swift and C code. No extra dependencies.
  • Support macOS 10.11
  • Generate key pair using OpenSSL. On macOS 10.13, it is LibreSSL 2.2.7 which is a fork of OpenSSL from 2014. OpenSSL seeds from /dev/urandom, which guarantees very good entropy, so your keys are truly random and secure.
  • No saving or networking. Your keys are generated and only you know about it.
  • Fast
  • Support many cryptocurrencies

How to use

  • Choose currency, then click "Generate"
  • Store address together with public key, private key in a safe place.

Supported currencies

AddressGenerator supports 176 currencies. Here are the list together with how to check balance.

Currency Balance checker
Bitcoin https://blockchain.info/
Ethereum https://etherscan.io/balancecheck-tool
Ripple https://bithomp.com/explorer/
Litecoin http://explorer.litecoin.net/
Dash https://chainz.cryptoid.info/
... ...

How does it work

Donations

If you find this project helpful, please consider donating 😝

  • Bitcoin: 3Fm1UYLNE7VxMeteKYSwEKaqpG3WyuESKN
  • Ethereum: 0x7f2eA797329271e1b6f1E518A34f319A884A5A19

Licence

This project is released under the MIT license. See LICENSE.md.

addressgenerator's People

Contributors

onmyway133 avatar

Stargazers

 avatar

Watchers

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