Skip to content

Commit 31ea9cf

Browse files
committed
docs: update README
1 parent 9c38ba2 commit 31ea9cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ git clone https://github.com/weaveVM/wvm-archiver.git
2323

2424
cd wvm-archiver
2525

26-
cargo shuttle run
26+
shuttle run
2727
```
2828

2929
### Prerequisites & Dependencies
3030

31-
While a WeaveVM Archiver node can run without web2 component dependencies, this node implementation uses [planetscale](https://planetscale.com) for cloud indexing (indexing target network block ID to WVM archive TXID) and [shuttle.rs](https://shuttle.rs) for backend hosting. Check [.env.example](./env.example) to set up your environment variables.
31+
While a WeaveVM Archiver node can run without web2 component dependencies, this node implementation uses [planetscale](https://planetscale.com) for cloud indexing (indexing target network block ID to WVM archive TXID) and [shuttle.dev](https://shuttle.dev) for backend hosting. Check [.env.example](./env.example) to set up your environment variables.
3232

3333
```js
3434
archiver_pk="" // WeaveVM archiver PK
@@ -43,6 +43,8 @@ DATABASE_USERNAME="" // planetscale
4343
DATABASE_PASSWORD="" // planetscale
4444
```
4545

46+
***Read more about WeaveVM <> Shuttle teamup [here](https://www.shuttle.dev/blog/2025/01/17/shuttle-web3-weavevm)***
47+
4648
### Add Your Network
4749

4850
To start archiving your network block data on WeaveVM:
@@ -102,8 +104,6 @@ The WeaveVM Archiver node operates as follows:
102104

103105
As mentioned, PlanetScale is used for cloud indexing, which allows a WeaveVM Archiver node to expose its WeaveVM data as a RESTful API.
104106

105-
#### Node instance endpoint: https://metis.wvm.network
106-
107107
### WeaveVM Archiver node instance info
108108

109109
```bash

0 commit comments

Comments
 (0)