ipldcrud:基于Golang的黑客可以使用go ipfs api软件包通过IPFS DAG操作来实验IPLD的使用 源码
ipld-crud 一个简单的基于Golang的技巧,可以使用软件包通过DAG操作来实验IPLD的使用。 我构建了一个微型客户端,该客户端从用户那里接收键值条目并将其存储在IPFS DAG上,并返回一个可使用的URL。 用法 这是一个样本main.go文件,供您快速参考: package main import ( "bufio" "encoding/json" "fmt" "os" ipldcrud "github.com/0zAND1z/ipldcrud" ) func main () { sh := ipldcrud . InitShell ( "https://ipf
下载地址
用户评论