Skip to content

Commit

Permalink
feat: added github action spell check + inco workshop (#109)
Browse files Browse the repository at this point in the history
* feat: added github action spell check + inco workshop

* fix: workflow yaml syntax

* fix: find files

* feat: added spell config file

* rm: spelling workflow

* feat: first step explained

* feat: Roshambo workshop
  • Loading branch information
Molaryy authored Nov 5, 2024
1 parent 99a135a commit cae2d2f
Show file tree
Hide file tree
Showing 11 changed files with 348 additions and 836 deletions.
314 changes: 314 additions & 0 deletions p2p/2.Paper_Rock_Scissors/README.md

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions p2p/2.Paper_Rock_Scissors/SETUP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Setup

## Postman

To make API calls, you will need to install a tool like [Postman](https://www.postman.com/downloads/).

> 💡 You can also use [Hoppscotch](https://hoppscotch.io/), [curl](https://curl.haxx.se/) (often already installed on your computer), or whatever other tool you want for your tests since they will be personal, but we highly recommend `postman` as we will explain you how to use it.
## Forge

Please follow the instructions given [here](https://book.getfoundry.sh/getting-started/installation).

After the installation, run the following command to ensure it has been properly installed on your computer:

```shell
forge --version
```

It should print your current version.

## Initialize your project

Now we will initialize the project:

```shell
forge init Roshambo
```

> For those wondering, Roshambo is simply another name for the classic game Rock, Paper, Scissors.
## Back to the workshop

[Jump !](./README.md)
133 changes: 0 additions & 133 deletions p2p/2.Starton_Smart_Contracts/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions p2p/2.Starton_Smart_Contracts/SETUP.md

This file was deleted.

Loading

0 comments on commit cae2d2f

Please sign in to comment.