Skip to content

Solutions to my medium article series "Journey through Cairo II - Mastering the fundamentals with Starklings"

Notifications You must be signed in to change notification settings

Darlington02/starklings-article-solutions

Repository files navigation

Starklings

An interactive tutorial to get you up and running with Starknet

Solutions to my medium article series "Journey through Cairo II - Mastering the fundamentals with Starklings" https://medium.com/@darlingtonnnam/journey-through-cairo-ii-mastering-cairos-syntaxes-with-starklings-8d3cbad6946

Installation

Clone the repository to your local machine:

git clone --branch stable --single-branch https://github.com/onlydustxyz/starklings.git

Then install the tool, run:

curl -L https://raw.githubusercontent.com/onlydustxyz/starklings/master/install.sh | bash

Usage

Run the tool in watch mode in the repository and follow the instructions:

cd PATH_TO_THE_CLONED_REPO
starklings --watch

To verify an exercise without the watch mode run:

starklings --verify relative_path_to_the_exercise_file

To display one solution to a given exercise run:

starklings --solution relative_path_to_the_exercise_file

Update

The tool is in continuous evolution. You might want to update it regularly.

git pull
bash install.sh

Inspiration

  • Protostar for all the project tooling and setup, deployment, packaging
  • Rustlings for the amazing pedagogy and brilliant concept of progressive and interactive tutorial

Contributing

See CONTRIBUTING.md.

About

Solutions to my medium article series "Journey through Cairo II - Mastering the fundamentals with Starklings"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages