Home

Awesome

<div align="center"> <h1 align="center">Starklings</h1> </p> <a href="https://discord.gg/onlydust"> <img src="https://img.shields.io/badge/Discord-6666ff?logo=discord&logoColor=fff" /> </a> <a href="https://twitter.com/intent/follow?screen_name=onlydust_xyz"> <img src="https://img.shields.io/twitter/follow/onlydust_xyz?label=Follow&style=social" /> </a> <a href="https://t.me/+wu8frxmrbeliZWI1"> <img src="https://img.shields.io/static/v1?label=Telegram&message=Starklings Dev&color=eee&logo=telegram&style=social" /> </a> <h3 align="center">An interactive tutorial to get you up and running with Starknet</h3> </div> <div align="center"> <img src="resources/assets/warning.png" width="50px"/> <img src="resources/assets/warning.png" width="50px"/> <img src="resources/assets/warning.png" width="50px"/> <div> <h3 style="color: orangered"> This repository is no more maintained and has been moved to : </h3> <a style="font-size: 20px" href="https://github.com/shramee/starklings-cairo1">starklings-cairo1</a> </div> <img style="margin-top: 20px" src="resources/assets/warning.png" width="50px"/> <img src="resources/assets/warning.png" width="50px"/> <img src="resources/assets/warning.png" width="50px"/> </div>

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

Contributing

See CONTRIBUTING.md.