mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
17 lines
270 B
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
|
|
`)
|
|
}
|