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. Oracles
  30. sncast Overview
  31. Outline
  32. sncast 101
  33. Creating And Deploying Accounts
  34. Importing Accounts
  35. Declaring New Contracts
  36. Deploying New Contracts
  37. Invoking Contracts
  38. Calling Contracts
  39. Performing Multicall
  40. Cairo Deployment Scripts
  41. Inspecting Transactions
  42. Verifying Contracts
  43. Calldata Transformation
  44. Block Explorers
  45. Foundry Development
  46. Environment Setup
  47. Shell snippets
  48. Appendix
  49. snforge Commands
    1. test
    2. init
    3. new
    4. clean
    5. clean-cache
    6. check-requirements
    7. completions
  50. 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
  51. snforge Library Reference
    1. byte_array
    2. declare
    3. contract_class
    4. get_call_trace
    5. fs
      1. file format rules
      2. File
      3. FileParser
      4. read_txt
      5. read_json
    6. env
    7. signature
    8. fuzzable
  52. 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
      2. class-hash
  53. sncast Library Reference
    1. declare
    2. deploy
    3. invoke
    4. call
    5. get_nonce
    6. tx_status
    7. errors
    8. FeeSettingsTrait
  54. snfoundry.toml Reference
  55. Scarb.toml Reference
  56. Starknet Foundry Github Action