Skip to content

Commit

Permalink
Last touches to migration to pnpm/pnpx envio
Browse files Browse the repository at this point in the history
  • Loading branch information
JasoonS committed Jan 7, 2025
1 parent 9994677 commit 4cf3afc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The indexer has been built using v0.0.37 of Envio.
3. Install with `pnpm i`
4. Generate indexing code via `pnpm codegen`
5. Run the indexer via `pnpm dev` (make sure you have Docker running)
6. Stop the indexer via `envio stop`
6. Stop the indexer via `pnpm envio stop`
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ The indexer has been built using v0.0.21 of Envio.
3. Install Envio via `npm i -g [email protected]`
4. Generate indexing code via `envio codegen`
5. Run the indexer via `envio dev` (make sure you have Docker running)
6. Stop the indexer via `envio stop`
6. Stop the indexer via `pnpm envio stop`
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ The indexer has been built using v0.0.21 of Envio.
1. Install Envio via `npm i -g [email protected]`
1. Generate indexing code via `envio codegen`
1. Run the indexer via `envio dev` (make sure you have Docker running)
1. Stop the indexer via `envio stop`
1. Stop the indexer via `pnpm envio stop`
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If the indexer starts running but does not index the smart contracts from the `s
Run

```bash
envio stop
pnpm envio stop
```

and then
Expand All @@ -42,7 +42,7 @@ Should the tables for the entities outlined in the schema file not show up on Ha
Run

```bash
envio stop
pnpm envio stop
```

and then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Before starting your indexer, run the command below to ensure that no conflictin

### Stopping the indexer

`envio stop`
`pnpm envio stop`

> Note: Ignore if you’re a first-time user.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Before starting your indexer, run the command below to ensure that no conflictin

### Stopping the indexer:

`envio stop`
`pnpm envio stop`

> Note: Ignore if you’re a first-time user.
Expand Down
2 changes: 1 addition & 1 deletion docs/HyperIndex/Guides/ipfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This guide assumes you are familiar with IPFS, however [jump](#what-is-ipfs) to

First, we create an indexer using the Envio contract import feature.

`npx pnpx envio init`
`pnpx envio init`
Contract address: `0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D`

We then make some light modifications. The resulting config, schema, and event handlers look as follows.
Expand Down
2 changes: 1 addition & 1 deletion docs/HyperIndex/Tutorials/tutorial-indexing-fuel.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Now that you have installed the prerequisite packages let's begin the practical
Open your terminal in an empty directory and initialize a new indexer by running the command:

```bash
npx pnpx envio init
pnpx envio init
```

In the following prompt, choose the directory where you want to set up your project. The default is the current directory, but in the tutorial, I'll use the indexer name:
Expand Down

0 comments on commit 4cf3afc

Please sign in to comment.