Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Forkable template to get you started with Starknet Foundry's Forge

Awesome Lists containing this project

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.