1. Introduction
  2. Getting Started
  3. Installation
  4. First Steps with Starknet Foundry
  5. Scarb
  6. Project Configuration
  7. snforge 0.48.0 Migration Guide
  8. snforge Overview
  9. Running Tests
  10. Writing Tests
  11. Test Attributes
  12. Testing Smart Contracts
  13. Testing Contracts' Internals
  14. Using Cheatcodes
  15. Testing Events
  16. Testing Messages to L1
  17. Testing Workspaces
  18. Test Collection
  19. Contract Collection
    1. Optimized Mechanism
    2. Old Mechanism
  20. Gas and VM Resources Estimation
  21. Coverage
  22. snforge Advanced Features
  23. Fork Testing
  24. Fuzz Testing
  25. Conditional Compilation
  26. Direct Storage Access
  27. Profiling
  28. Debugging
  29. sncast Overview
  30. Outline
  31. sncast 101
  32. Creating And Deploying Accounts
  33. Importing Accounts
  34. Declaring New Contracts
  35. Deploying New Contracts
  36. Invoking Contracts
  37. Calling Contracts
  38. Performing Multicall
  39. Cairo Deployment Scripts
  40. Inspecting Transactions
  41. Verifying Contracts
  42. Calldata Transformation
  43. Block Explorers
  44. Foundry Development
  45. Environment Setup
  46. Shell snippets
  47. Appendix
  48. snforge Commands
    1. test
    2. init
    3. new
    4. clean
    5. clean-cache
    6. check-requirements
    7. completions
  49. Cheatcodes Reference
    1. Cheating Globally
    2. CheatSpan
    3. caller_address
    4. block_number
    5. block_timestamp
    6. block_hash
    7. sequencer_address
    8. version
    9. account_contract_address
    10. max_fee
    11. signature
    12. transaction_hash
    13. chain_id
    14. nonce
    15. resource_bounds
    16. tip
    17. paymaster_data
    18. nonce_data_availability_mode
    19. fee_data_availability_mode
    20. account_deployment_data
    21. mock_call
    22. get_class_hash
    23. replace_bytecode
    24. l1_handler
    25. spy_events
    26. spy_messages_to_l1
    27. store
    28. load
    29. generate_random_felt
    30. generate_arg
    31. set_balance
    32. Token
    33. interact_with_state
  50. snforge Library Reference
    1. byte_array
    2. declare
    3. contract_class
    4. get_call_trace
    5. fs
    6. env
    7. signature
    8. fuzzable
  51. sncast Commands
    1. common flags
    2. account
      1. import
      2. create
      3. deploy
      4. delete
      5. list
    3. declare
    4. deploy
    5. invoke
    6. call
    7. multicall
      1. new
      2. run
    8. show-config
    9. script
      1. init
      2. run
    10. tx-status
    11. verify
    12. completions
    13. utils
      1. serialize
  52. sncast Library Reference
    1. declare
    2. deploy
    3. invoke
    4. call
    5. get_nonce
    6. tx_status
    7. errors
    8. FeeSettingsTrait
  53. snfoundry.toml Reference
  54. Scarb.toml Reference
  55. Starknet Foundry Github Action