Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added github action spell check + inco workshop #109

Merged
merged 7 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading