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
* rename instances of 'bitvm2' to 'bitvm' across documentation and scripts
* add validation for publisher key set
* optimize `fetch_target_block`
* fix: add full commit history validation and building functions
* update install scripts
* feat: implement API authentication with trusted public keys
* add missing file
* fix clippy
Copy file name to clipboardExpand all lines: .claude/commands/pegin-request.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ Send a pegin request to GoatChain via the `pegin-request` binary.
27
27
28
28
3. Check if the `pegin-request` binary exists at `./bin/pegin-request`. If not, run the install script to download it:
29
29
```bash
30
-
.claude/commands/install-bitvm2.sh install
30
+
.claude/commands/install-bitvm.sh install
31
31
```
32
32
To upgrade to the latest version:
33
33
```bash
34
-
.claude/commands/install-bitvm2.sh upgrade
34
+
.claude/commands/install-bitvm.sh upgrade
35
35
```
36
36
The script auto-detects the platform (x86_64-linux / aarch64-macos), downloads from GitHub Releases, verifies the sha256 checksum, and installs all binaries to `./bin/`.
0 commit comments