diff --git a/.gitignore b/.gitignore index 2956e1b18..7c5877656 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ target/ # Starknet Foundry .snfoundry_cache/ +*-sepolia_state.json +snfoundry.toml # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/sncast_scripts/README.md b/sncast_scripts/README.md new file mode 100644 index 000000000..5c8b496b2 --- /dev/null +++ b/sncast_scripts/README.md @@ -0,0 +1,32 @@ +# Starknet Foundry Cast Scripts + +This crate provides scripts using Starknet Foundry's Cast package. + +## Prerequisites + +Running these scripts will likely require an already-deployed account with funds to execute. +This crate can also be tested with [starknet-devnet](https://github.com/0xSpaceShard/starknet-devnet-rs). + +## Usage + +`cd` into the `sncast_scripts/` directory. +Run the command: + +```bash +sncast script run