This repository has been archived.
⚠️ IMPORTANT⚠️
This repository is outdated from the latest deployments we had on EVM chains.
Rust-based utility scripts meant to be used by the Sablier team. This repo contains the following crates:
deployer- A CLI tool for deploying Sablier contracts across multiple chains.
Rust and Cargo must be installed on your machine. See the installation guide here.
Then, install the following dependencies globally:
- cargo-watch - A Cargo subcommand for watching file changes
- just - A command runner for development tasks
Clone this repository
git clone https://github.com/sablier-labs/multichain-utils.gitjustjust install-deployerjust lintdeployer --helpEach crate has its own justfile for managing commands. You can run just in
each crate's directory to list the available commands.