An open API service indexing awesome lists of open source software.

https://github.com/sambarnes/prototype

a batteries-included template for Cairo projects on StarkNet
https://github.com/sambarnes/prototype

cairo cairo-lang cairolang protostar starknet

Last synced: about 2 months ago
JSON representation

a batteries-included template for Cairo projects on StarkNet

Awesome Lists containing this project

README

        

# prototype • [![tests](https://github.com/sambarnes/prototype/actions/workflows/tests.yaml/badge.svg)](https://github.com/sambarnes/prototype/actions/workflows/tests.yaml) ![GitHub](https://img.shields.io/github/license/sambarnes/prototype)

A batteries included template for [Protostar](https://github.com/software-mansion/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](https://docs.swmansion.com/protostar/docs/tutorials/guides/testing) for more information about what the toolchain can do.

## Acknowledgements

* [software-mansion/protostar](https://github.com/software-mansion/protostar)
* [OpenZeppelin/cairo-contracts](https://github.com/OpenZeppelin/cairo-contracts)
* [abigger87/femplate](https://github.com/abigger87/femplate)