You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Setup `config.toml`. Check the config.example.toml for example, it has detailed description.
114
-
2. Compile atomic-swap executable:
114
+
2. Compile & run the script with a provided config path (because of the outdated packages, it can't be compiled in release mode as well as using `cargo install`):
115
115
```bash
116
-
cargo install --path .
117
-
```
118
-
3. Run the script with the config that is configured for section 2:
0 commit comments