Skip to content

Commit 1bcbe45

Browse files
committed
update readme
1 parent 308ea14 commit 1bcbe45

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lazer/sdk/js/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,15 @@
33
## Contributing & Development
44

55
See [contributing.md](docs/contributing/contributing.md) for information on how to develop or contribute to this project!
6+
7+
## Installation and build
8+
9+
### pnpm
10+
11+
```
12+
cd to crosschain root
13+
$ pnpm install
14+
$ pnpm turbo --filter @pythnetwork/pyth-lazer-sdk build
15+
```
16+
17+
As part of the build, files will be generated from the proto files found in the lazer/proto folder. These generated files are placed in the src/generated/ folder.

0 commit comments

Comments
 (0)