a crypto multi-wallet
create wallet
send curency
get balance
- BTC
- ETH
- BCH
- DOGE
- LTC
- XMR
- NMC
- PPC
- XTZ
- TRX
- TRC-20
- ERC-20
git clone https://github.com/dhnbid8/kifmon.git
cd kifmon
npm install
npm start
if you have Error: error:0308010C:digital envelope routines::unsupported
:
Linux & Mac OS (windows git bash) :
export NODE_OPTIONS=--openssl-legacy-provider
Windows command prompt :
set NODE_OPTIONS=--openssl-legacy-provider