Skip to content

quietude0x/starklings

 
 

Repository files navigation

Starklings

An interactive tutorial to get you up and running with Starknet


Installation

Clone the repository to your local machine:

git clone 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 your solutions without running the watch mode run:

starklings --verify

To display one solution to a given exercise run:

starklings --solution path_to_the_exercise_file

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

An interactive tutorial to get you up and running with Starknet

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 54.5%
  • Cairo 42.6%
  • Shell 2.9%