Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.1 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.1 KB

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