Merkleslash init

This commit is contained in:
Oskar Thoren 2019-04-16 13:50:30 +08:00
parent 91ed40f98a
commit 49cbb2ee41
No known key found for this signature in database
GPG Key ID: 33AAFB33580C538E

View File

@ -0,0 +1,22 @@
package main
import "fmt"
// Rough API
// eg swarm feeds, etc - any trusted point
// getRoot(method, groupID)
// list or merkle root and payment
// to untrusted node
// sync(root, [have], node) payment?
//verify
//slash
//court
// define how untrusted nodes get in first place
func main() {
fmt.Printf("Hello Merkleslash\n")
}