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

added in a note for port 5000 fix on mac #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,19 @@ make up the vast majority of this bootcamp.

Follow these steps to setup the repo and get ready for the bootcamp

- [1. Clone the repo](#1-clone-the-repo)
- [2. Install requirements](#2-install-requirements)
- [3. Install packages](#3-install-packages)
- [4. Compile the contracts](#4-compile-the-contracts)
- [5. Start the development nodes](#5-start-the-development-nodes)
- [6. Run the test suite](#6-run-the-test-suite)
- [7. Bonus: Get the UI running](#7-bonus-get-the-ui-running)
- [Starknet Bootcamp - DevConnect Amsterdam 2022](#starknet-bootcamp---devconnect-amsterdam-2022)
- [Useful links](#useful-links)
- [Setup Guide](#setup-guide)
- [1. Clone the repo](#1-clone-the-repo)
- [2. Install Requirements](#2-install-requirements)
- [3. Install packages](#3-install-packages)
- [4. Compile the contracts](#4-compile-the-contracts)
- [5. Start the development nodes](#5-start-the-development-nodes)
- [6. Run the test suite](#6-run-the-test-suite)
- [7. Deploy to local nodes](#7-deploy-to-local-nodes)
- [8. Bonus: Get the UI running](#8-bonus-get-the-ui-running)
- [Your (future) tasks](#your-future-tasks)
- [About](#about)

### 1. Clone the repo

Expand Down Expand Up @@ -97,6 +103,9 @@ While in the repository's root directory, `docker-compose up -d` will spin up tw
- [`starknet-devnet`][starknet-devnet]
- [`ganache`][ganache]

Note: if you're using Mac, `starknet-devnet` attempts to use port 5000, which is already being used by the Airplay Receiver on Mac. To disable it,
go to System Preferences > Sharing > Airplay Receiver. Here's [one solution](https://medium.com/pythonistas/port-5000-already-in-use-macos-monterey-issue-d86b02edd36c).

### 6. Run the test suite

```bash
Expand Down