Skip to content

Releases: ChasmHQ/chasm

Chasm v0.1.0-alpha

Chasm v0.1.0-alpha Pre-release
Pre-release

Choose a tag to compare

@boedegoat boedegoat released this 01 Feb 16:09

Core Features

  • Zero-Config Compilation: Automatically detects and compiles Solidity files without requiring foundry.toml
  • Live Recompilation: File watcher automatically recompiles contracts on save
  • Postman-Style Interface: Tabbed workspace for persistent contract interactions
  • Transaction Traces: Detailed, colored execution traces similar to Foundry's -vvvv output
  • Storage Inspector: Read any storage slot including private variables and mappings
  • Foundry Integration: Built-in Anvil nodes, cheatcodes, and state snapshots
  • Wallet Management: Keystore support with encrypted private key storage
  • Blockchain Explorer: Search addresses, transactions, and blocks
  • Raw RPC Editor: Toggle between form view and raw JSON-RPC requests

Requirements