Difference between revisions of "Cargo run"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
− | + | ||
cargo run -p [[graph-node]] --release -- \ | cargo run -p [[graph-node]] --release -- \ | ||
--postgres-url postgresql://postgres:yourPassword@localhost:5432/graph-node \ | --postgres-url postgresql://postgres:yourPassword@localhost:5432/graph-node \ | ||
Line 13: | Line 13: | ||
--[[ipfs]] https://ipfs.network.thegraph.com | --[[ipfs]] https://ipfs.network.thegraph.com | ||
− | + | == Related== | |
+ | * [[The Graph]] | ||
+ | * [[debug cargo run]] | ||
== See also == | == See also == |
Latest revision as of 13:13, 28 August 2024
cargo run cargo run -p cargo run --help
cargo run -p graph-node
cargo run -p graph-node --release -- \ --postgres-url postgresql://postgres:yourPassword@localhost:5432/graph-node \ --ethereum-rpc fuji:[1](https://api.avax-test.network/ext/bc/C/rpc) \ --ipfs https://ipfs.network.thegraph.com
Related[edit]
See also[edit]
cargo run
cargo [ run | install | unsintall ]
,--help
- cargo,
cargo.toml, brew install rust
- Rust,
rustc, cargo, rustup
,crates
, Tokio, Crate registry,RUST_BACKTRACE
Advertising: