go-ethereum/cmd/clef/siwe-validator/testdata/genmsg_test.go

17 lines
270 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Print(`localhost:3000 wants you to sign in with your Ethereum account:
0x32e0556aeC41a34C3002a264f4694193EBCf44F7
URI: https://localhost:3000
Version: 1
ChainID: 1
Nonce: 32891756
Issued At: 2025-04-26T12:00:00Z
`)
}