deadit / coinbarn-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coinbarn wallet

Coinbarn is an application designed to interact with Ergo platform blockchain.

With Coinbarn, you can manage multiple Ergo accounts, send, receive, and issue assets on Ergo blockchain, also view the corresponding activity logs.

Sensitive information like your backup phrase and private keys are never stored anywhere but your device. It is encrypted by your password to provide additional security: only you control them.

Install

You can install stable release from Chrome store.

You can also build Coinbarn from sources and add it to your browser:

Building locally

  • Install Node.js
  • Install Yarn
  • Install dependencies: yarn install
  • Build the project as browser extension to the ./build/ folder with yarn build.
  • Or build the project as standalone executable in ./dist/ folder, run yarn electron-pack
  • Optionally, to start a development build (e.g. with logging and file watching) run yarn start instead.

Running developer build in Chrome browser

  1. Build according to the previous section or download the latest releases from Github
  2. Unpack zip archive
  3. In your browser go to chrome://extensions/ and switch to Developer mode
  4. Click Load unpacked and refer to a folder from step 2

Donations

Feel free to support our project by sending ERG or any tokens to 9hKE94JdXQhXo7raNU89dD7NyETa94hK2xGFvH2G5NjQMxccHzH

About

License:Mozilla Public License 2.0


Languages

Language:TypeScript 68.1%Language:CSS 22.4%Language:JavaScript 7.8%Language:HTML 1.7%Language:Shell 0.1%