Skip to content

Commit 8f1f1ad

Browse files
Agilulfo1820claude
andcommitted
chore: rename package to @vechain/vebetterdao-relayer-node
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fc6c9ee commit 8f1f1ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ This repo is a standalone relayer node. Run it, and it will:
5555
## Quick Start
5656

5757
```bash
58-
MNEMONIC="your twelve word mnemonic phrase here" npx @vebetterdao/relayer-node
58+
MNEMONIC="your twelve word mnemonic phrase here" npx @vechain/vebetterdao-relayer-node
5959

6060
# Testnet
61-
RELAYER_NETWORK=testnet-staging MNEMONIC="..." npx @vebetterdao/relayer-node
61+
RELAYER_NETWORK=testnet-staging MNEMONIC="..." npx @vechain/vebetterdao-relayer-node
6262
```
6363

6464
No clone, no build.
6565

6666
### Alternative: global install
6767

6868
```bash
69-
npm install -g @vebetterdao/relayer-node
69+
npm install -g @vechain/vebetterdao-relayer-node
7070
MNEMONIC="..." vbd-relayer
7171
```
7272

0 commit comments

Comments
 (0)