From e82708868048ab10d2292ac8c3c5060dd6734b9b Mon Sep 17 00:00:00 2001 From: Nadai2010 Date: Sun, 1 Sep 2024 20:19:55 +0100 Subject: [PATCH] Update reference --- README.md | 8 ++++++-- packages/nextjs/components/Footer.tsx | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 624c2a27..107e8f7d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Before you begin, you need to install the following tools: - [Node (>= v18.17)](https://nodejs.org/en/download/) - Yarn ([v1](https://classic.yarnpkg.com/en/docs/install/) or [v2+](https://yarnpkg.com/getting-started/install)) - [Git](https://git-scm.com/downloads) +- [Rust](https://www.rust-lang.org/tools/install) +- [asdf](https://asdf-vm.com/guide/getting-started.html) +- [Cairo 1.0 extension for VSCode](https://marketplace.visualstudio.com/items?itemName=starkware.cairo1) ### Compatible versions @@ -25,13 +28,14 @@ Before you begin, you need to install the following tools: - Scarb - v2.6.5 - Snforge - v0.27.0 - Cairo - v2.6.4 +- RPC - v0.7.0 -Make sure you have the compatible versions otherwise refer to [Scaffold-Stark Requirements](https://github.com/Quantum3-Labs/scaffold-stark-2?.tab=readme-ov-file#requirements) +Make sure you have the compatible versions otherwise refer to [Scaffold-Stark Requirements](https://github.com/Scaffold-Stark/scaffold-stark-2?.tab=readme-ov-file#requirements) Then download the challenge to your computer and install dependencies by running: ```sh -git clone https://github.com/Quantum3-Labs/speedrunstark.git {challengeName} +git clone https://github.com/Scaffold-Stark/speedrunstark.git {challengeName} cd {challengeName} git checkout {challengeName} yarn install diff --git a/packages/nextjs/components/Footer.tsx b/packages/nextjs/components/Footer.tsx index a4b95b6d..fb64489a 100644 --- a/packages/nextjs/components/Footer.tsx +++ b/packages/nextjs/components/Footer.tsx @@ -58,7 +58,7 @@ export const Footer = () => {