check in package.json engines to test with good version of node. use node version manager.
npm install
npm run start
Give access to trades.json, accounts.json
- (1pt) Create wallet in an account
- (1pt) Display wallets of an account
- (1pt) Deposit PGG or CAD to a wallet
- (1pt) Display wallet currency and amount
- (1pt) Display the PGG/CAD current price (price of the latest trade)
- (2pt) Display your account value CAD + PGG of all wallets (need to have a current PGG/CAD price)