Skip to content

elevenyellow/coinfy

Repository files navigation

THIS PROJECT IS NOT LONGER MAINTAINED. USE IT AT YOUR OWN RISK.

Coinfy is a free & open source online wallet for Bitcoin, Ethereum and ERC20 tokens. Own your private keys and hold your cryptocurrencies securely in your browser.

Security

We have a cron that is running contiously in background checking if the files served by https://coinfy.com are the same version of this repository.

You can run it yourself by clonning this repository and running this two commands:

npm install
npm run hashes

The output will be something similar to this:

Getting tree list...
Checking list: Tue Jul 03 2018 18:50:34 GMT+0200 (CEST)
✔ fcd68a44bb1f50ea722420ddb865459cbe269a26 https://coinfy.com/index.html
✔ 46cc72aa782beda606cdcb96ebd95bfc8c313bbb https://coinfy.com/static/css/index.css
✔ 610f961f6e7ee96956157540fcccebb1b32bdfc2 https://coinfy.com/static/bundle/main.js
✔ a284dedba3fb97fe4a233bacb8729db908ab37e6 https://coinfy.com/static/bundle/libs.js
✔ 5905705df7c34b92140e6b91dba9e9d5111f4d4a https://coinfy.com/static/libs/instascan.min.js
  0 fails

Download and running the latest release on your machine

In order to follow this you will need to install the latest version of: git, node.js and npm

Open a terminal/console and type these commands

git clone https://github.com/elevenyellow/coinfy.git
cd coinfy
npm install
npm run build
npm run prod
open http://localhost:8000

Developers

git clone git@github.com:elevenyellow/coinfy.git
cd coinfy
npm install
npm run dev
open http://localhost:8000

... to do

License

MIT

About

Free and open source online wallet for Bitcoin, Ethereum, Litecoin, ERC20 tokens and more.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages