https://github.com/google/cayley
Raw File
Tip revision: fcdbfe94de54806141b83203e36a85b1f4d02fa0 authored by Luis Fung on 21 February 2019, 20:16:51 UTC
FIX: Change HashOf Bytes 0x01 suffix to a 0x00 prefix
Tip revision: fcdbfe9
README.md
# Examples

Each of the examples can be run with 

```go run hello_world/main.go```

obviously changing **hello_world** to the one you want to run!

The hello_bolt example requires `go get`.
back to top