Difference between revisions of "Cargo run"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
  cargo run -p [[graph-node]]
 
  cargo run -p [[graph-node]]
 +
 +
 +
[[The Graph]]
 +
cargo run -p [[graph-node]] --release -- \
 +
--postgres-url postgresql://postgres:yourPassword@localhost:5432/graph-node \
 +
[[--ethereum-rpc]] [[fuji]]:[https://api.avax-test.network/ext/bc/C/rpc](https://api.avax-test.network[[/ext/bc/C/rpc]]) \
 +
--ipfs https://ipfs.network.thegraph.com
  
  

Revision as of 12:12, 15 March 2023

cargo run
cargo run -p graph-node


The Graph

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


See also

Advertising: