Skip to content

Commit

Permalink
Fix entities README and add triggers README gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Jul 8, 2024
1 parent 8a398f8 commit 2cabe3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions ethfull/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ func (p *Project) Render(outType outputType) (substreamsFiles map[string][]byte,
templateFiles["triggers/package.json.gotmpl"] = "package.json"
templateFiles["triggers/src/mappings.ts.gotmpl"] = "src/mappings.ts"
templateFiles["triggers/buf.gen.yaml"] = "buf.gen.yaml"
templateFiles["triggers/README.md"] = "README.md"
templateFiles["triggers/run-local.sh.gotmpl"] = "run-local.sh"
templateFiles["triggers/dev-environment/config.toml.gotmpl"] = "dev-environment/config.toml"
templateFiles["triggers/dev-environment/docker-compose.yml"] = "dev-environment/docker-compose.yml"
Expand Down
12 changes: 0 additions & 12 deletions ethfull/templates/entities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@ Run the following command in the `root` of the repository:
npm install
```

## Generate proto assembly script bindings

```bash
npm run generate
```

### Generate subgraph mapping types

```bash
npm run codegen
```

# Deploy a subgraph

## On a local dev environment
Expand Down

0 comments on commit 2cabe3a

Please sign in to comment.