Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.13 KB

nps friendly

bloomen wallet cli

Getting started

  1. Go to project folder and create a configuration file .env following template .env.example:
cp .env.example .env && vi .env
  1. Install dependencies (If you prefer to use docker jump to point 4):
npm install
  1. Launch development server, and open localhost:4200 in your browser:
npm start
  1. Easy with docker
docker run  -it -v $(pwd)/.env:/usr/src/bloomen-wallet-cli/.env  -v $(pwd)/data:/usr/src/bloomen-wallet-cli/data bloomenio/bloomen-wallet-cli:1.0.1

Project structure

data/                        Local storage to maintain application state.
src/                         project source code

Main tasks

Task automation is based on NPM scripts.

Task Description
npm start Start command line tool