Skip to content

heroas/address-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address Agent

A multicoin blockchain balance fetcher 😷

alt text

What??

An app that will fetch the balance of each address givin to it from the blockchain. Can be used to keep track of the balances in multiple wallets for multiple coins.

(a selfish project)

Supported Blockchains

  • Ethereum
  • Ripple
  • Bitcoin
  • Ethereum Classic

Ingredients

Veutify + electron = ❤️

Build

$ git clone https://github.com/heroas/address-agent.git
$ cd address-agent
$ npm install
$ npm run build

Application is in the created build folder.

Development

$ npm run dev