How to Install and configure EOS Studio

on Windows 10, to follow the video tutorial from Phoenix to create a tictactoe smartcontract

Dario Cesaro avatar
Written by Dario Cesaro
Updated over a week ago

Go to eosstudio.io and download EOS Studio.

If you see that it needs additional components, click Install. It ill bring you to the Docker Website, where you can download and install Docker.

Start Docker Desktop.


Restart the Studio.

Install EOSIO.

Install EOSIO.CDT.

Install the System Contracts.

If you see an error like this:

Install Git:

Restart EOS Studio and install again the System Contracts.

Restart the Studio again.

Then it should automatically bring you to this screen:

Log in to your github Account.

Click New if you like to start a new project.

Give it a name. Since we will follow a video tutorial following the tictactoe example, we will name our first project as well tictactoe.

Click on the top right Network, create a new EOSIO Instance and name it. I named mine mylocalEOSIOinstance.

Then start your Instance. Should look like this:

Now we are ready to follow the youtube video "Developing on EOSIO (as a newb)" from Phoenix.

More information about the tictactoe demonstartion, you can find here:

If you need cleos, switch to Docker Desktop and click on CLI on your started EOSIO instance:

It will open a terminal where you can use cleos command:


Author: Dario Cesaro

Editor: Randall Roland, Markus Hinrichs

Translation: -

Sources & References:

Did this answer your question?