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
- Host: GitHub
- URL: https://github.com/sambarnes/prototype
- Owner: sambarnes
- License: agpl-3.0
- Created: 2022-05-28T14:33:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T03:19:00.000Z (about 3 years ago)
- Last Synced: 2024-11-08T19:18:58.360Z (7 months ago)
- Topics: cairo, cairo-lang, cairolang, protostar, starknet
- Language: Cairo
- Homepage:
- Size: 169 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prototype • [](https://github.com/sambarnes/prototype/actions/workflows/tests.yaml) 
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)