You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyth-lazer-agent is intended to be run by Lazer publishers analogous to [pyth-agent](https://github.com/pyth-network/pyth-agent)
4
-
for pythnet publishers. Currently it retains [the existing Lazer publishing interface](https://github.com/pyth-network/pyth-examples/tree/main/lazer/publisher),
4
+
for pythnet publishers. Currently, it retains [the existing Lazer publishing interface](https://github.com/pyth-network/pyth-examples/tree/main/lazer/publisher),
5
5
but will batch and sign transactions before publishing them to Lazer.
6
6
7
7
## Keypair
8
8
9
-
You will need to generate an ed25519 keypair and provide the pubkey to the Lazer team. `solana-keygen` is the recommended utility.
9
+
You will need to generate an ed25519 keypair and provide the pubkey to the Lazer team. `solana-keygen`it is the recommended utility.
10
10
```bash
11
11
solana-keygen new -o /path/to/keypair.json
12
12
solana-keygen pubkey /path/to/keypair.json
@@ -17,8 +17,8 @@ pyth-lazer-agent will need to configure access to this keypair file to sign tran
17
17
## Build and run
18
18
19
19
### From source
20
-
Please check [rust-toolchain](rust-toolchain.toml) to see the version of Rust needed to build (currently 1.88).
21
-
You will also need SSL and CA certificates. `cargo build` should then work as usual.
20
+
Please check [rust-toolchain](/rust-toolchain.toml) to see the version of Rust needed to build (currently 1.88).
21
+
You will also need SSL and CA certificates. `cargo build`it should then work as usual.
22
22
23
23
### Docker
24
24
See the included [Dockerfile](Dockerfile) to build an image yourself.
@@ -32,7 +32,7 @@ The agent takes a single `--config` CLI option, pointing at
32
32
`config/config.toml` by default. Configuration is currently minimal:
0 commit comments