Skip to content

ilaskaev/cs-games-2018-relay-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web skeleton

Quick start

check in package.json engines to test with good version of node. use node version manager.

  • npm install
  • npm run start

References

Progress

Hour 1

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.3%
  • HTML 9.7%