Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foundry-rs/starknet_forge_template
Forkable template to get you started with Starknet Foundry's Forge
https://github.com/foundry-rs/starknet_forge_template
Last synced: 24 days ago
JSON representation
Forkable template to get you started with Starknet Foundry's Forge
- Host: GitHub
- URL: https://github.com/foundry-rs/starknet_forge_template
- Owner: foundry-rs
- Archived: true
- Created: 2023-07-11T08:36:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-15T09:07:57.000Z (about 1 year ago)
- Last Synced: 2024-08-04T01:02:30.484Z (4 months ago)
- Language: Cairo
- Homepage:
- Size: 16.6 KB
- Stars: 15
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starknet - Starknet Foundry Forge Template
README
# Starknet Forge Template
This repository is a basic project for Starknet Forge - testing tool that is a part of Starknet Foundry.
## Running `snforge`
Simply `snforge test` command in you terminal
## GitHub Action
The `.github/workflows/checks.yml` file contains example workflow utilizing
https://github.com/marketplace/actions/setup-starknet-foundry and https://github.com/marketplace/actions/setup-scarb
actions.Use it as a starting point for setting up checks for your own Starknet Foundry project.