A new decentralized web protocol
package main import ( "crypto/ed25519" "flag" ) func main() { flag.Parse() if flag.Arg(0) == "register" { } }