Skip to content

R2DToo/ethereum-blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status

In development

Blackjack

A blackjack game to gamble cryptocurrencies and learn about blockchain development

Deployment Instructions

npm install
npm run build
sudo docker build -t <<IMAGE_DEV>/<IMAGE_NAME>> .
sudo docker run -p 3011:3011 -d --name <CONTAINER_NAME> <<IMAGE_DEV>/<IMAGE_NAME>>