TESTNET ONLINE: PECORINO PECORINO
⚠️ Restricted Access

This documentation is not publicly listed. Please do not share access URLs with unauthorized individuals.

🛠️ Build From Source

You must have a running consensus client that is accessible to the Signet client.

Installation

  1. Clone the repository
1git clone https://github.com/init4tech/signet-node.git
  1. Build the binary
1cargo build --release --bin signet
  1. Download a binary from github releases

  2. Configure the environment variables as needed

  3. Copy the binary from the release to a location in your users path

1tar -xzf signet-client-v0.1.0-alpha-1 signet
2cp signet /usr/local/bin
  1. Run Signet
1signet node \
2    --chain holesky \
3    --authrpc.jwtsecret /path/to/your/jwt.secret \ 
4    --http \
5    --http.addr 127.0.0.1 \ 
6    --http.api eth,net,trace,txpool,web3,rpc,debug,ots