Skip to content

ExperisCiber/CiberBlockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CiberBlockchain

Blockchain WIP content

Content is purely experimental and has no direct commercial intent (public!)

Ciber lottery functions

  • constructor (name, endDate, lotPrice, maxNumberOfLots, payouts)
  • function endLottery () is owned, check exact enddate
  • function refund() check enddate -> per receiver
  • function buyIn(), check endddate

To start frontend on Cloud 9:

When in the CiberBlockchain/app folder: npm start

To start frontend on local:

When in the CiberBlockchain/app folder: npm run start-local