| Crates.io | smolder-cli |
| lib.rs | smolder-cli |
| version | 0.2.0 |
| created_at | 2026-01-08 22:06:19.939715+00 |
| updated_at | 2026-01-09 19:30:53.355015+00 |
| description | CLI for Smolder - contract registry and interaction platform |
| homepage | |
| repository | https://github.com/roushou/smolder |
| max_upload_size | |
| id | 2031174 |
| size | 620,779 |
A contract registry and interaction platform for Foundry projects.
Smolder helps you track and manage smart contract deployments across multiple networks. It integrates with Foundry's broadcast system to automatically sync deployment data and provides a web dashboard for exploring your contracts.
cargo install smolder-cli
smolder init
smolder deploy script/Deploy.s.sol --network mainnet --broadcast
smolder sync
smolder list
smolder serve
| Command | Description |
|---|---|
init |
Initialize smolder in a Foundry project |
deploy |
Deploy contracts via forge script and track in database |
sync |
Sync deployments from broadcast directory |
list |
List all deployments |
get |
Get the address of a deployed contract |
export |
Export deployments to JSON, TypeScript, or ENV format |
serve |
Start the web dashboard |
smolder-cli - Command-line interfacesmolder-core - Core library with data models and database schemasmolder-server - Web server with embedded React dashboardMIT