Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 334 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 334 Bytes

Inescoin Blockchain - Offline Wallet

Clone project

  git clone git@github.com:inescoin/inescoin-wallet.git
  cd inescoin-wallet/

Install dependencies

  npm i

  # After installation you need run patch
  node patch.js

Run with dev env (open browser)

  npm start

  # open browser => http://localhost:4200