> For the complete documentation index, see [llms.txt](https://yeomen.gitbook.io/command/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeomen.gitbook.io/command/building-a-yeoman/the-yeoman-hello-world.md).

# The Yeoman - Hello World&#x20;

**Let's look at a simple Yeoman and try to install it!**

Here is an example of a [Hello World](https://command.yeomen.ai/projects/apps/details?app_id=22) example. In this example, we have a Contract deployed on a EVM testnet.&#x20;

1\) Take a look at the Contract address: [0x1DA8f2FbbA3C9785acd8AFA8A25eB9ee98AF3925](https://holesky.beaconcha.in/address/1DA8f2FbbA3C9785acd8AFA8A25eB9ee98AF3925), we'll be interacting with it.

2\) Generate an ETH account (Use Metamask for a similar wallet)

3\) Get some Holesky ETH from the Faucet, use the [Google Faucet](https://cloud.google.com/application/web3/faucet/ethereum/holesky) or anything else

4\) Add the account to [Yeomen Accounts](https://command.yeomen.ai/settings). You can either choose to connect with Wallet Connect or with Private key for burner accounts.

5\) Install the [Hello World example](https://command.yeomen.ai/projects/apps/details?app_id=22), which should look something like this\
![](/files/Xoxxj8suZ9x3bGa1GkQM)

6\) Make sure you select your account on the Select Account section.

7\) Click on the play icon to run your first Yeoman!

In the next few sections we look at the structure of a Yeoman.

<br>
