Elemental Battles
player1
5KFyaxQW8L6uXFB6wSgC44EsAbzC7ideyhhQ68tiYfdKQp69xKo
Make sure Docker and Node.js are installed
The DApp and eosio will occupy the ports 3000, 8888 and 9876. Make sure nothing else is already running on these ports.
Clone the repository:
git clone https://github.com/EOSIO/eosio-card-game-repo.git
The following guide assumes you are using macOS.
In this section we provide a single command script to run all the commands needed to start both the blockchain and UI. For more detail on each component see the Detailed guide
below.
To start
./quick_start.sh
The above command will execute the following in sequence:
first_time_setup.sh
start_eosio_docker.sh
start_frontend.sh
To stop, press ctrl+c
on your keyboard, and execute:
docker stop eosio_cardgame_container
Please refer to eosio-project-boilerplate-simple - Detailed guide for more information. This repository is using the similar structure as that.