/prototype

a batteries-included template for Cairo projects on StarkNet

Primary LanguageCairoGNU Affero General Public License v3.0AGPL-3.0

prototype • tests GitHub

A batteries included template for Protostar-based Cairo projects on StarkNet.

Getting Started

Click Use this template on GitHub to create a new repository with this project as the initial state.

Run protostar install inside that directory once cloned locally.

You can build with protostar build and test with (you guessed it) protostar test

Check out the protostar docs for more information about what the toolchain can do.

Acknowledgements