📦Compiled Binaries
Running a node with a binary.
You must have a running consensus client that is accessible to the Signet client.
Installation
Download binary from github releases
Configure the environment variables as needed
Copy the binary from the release to a location in your users path
tar xzf signet-client-v0.1.0-alpha-1 signet
cp signet /usr/local/binRun Signet
signet node \
--chain pecorino \
--authrpc.jwtsecret /path/to/your/jwt.secret \
--http \
--http.addr 127.0.0.1 \
--http.api eth,net,trace,txpool,web3,rpc,debug,ots
Last updated