stellar identicon go:Golang工具为恒星钱包生成identicons 独特图标基于钱包公钥生成 源码
恒星Identicon生成器(Golang) 的go实施,可用于为Stellar钱包生成identicons-唯一图标,基于钱包公钥生成。 安装 go get -u github.com/overcat/stellar-identicon-go 用法 import identicon "github.com/overcat/stellar-identicon-go" func main () { publicKey := "GAQL4ZLRIJBGSCXE6XC4XPZ5W6FGCJHXLAMB4M7ZQ52HFPDTL6GSVP4W" img , err := identicon . Generate ( publicKey , identicon . Width , identicon . Height ) if err != nil { } } 谢谢 该项目的灵感来自
文件列表
stellar-identicon-go-master.zip
(预估有个7文件)
stellar-identicon-go-master
LICENSE
1KB
color.go
729B
.gitignore
270B
go.sum
21KB
README.md
700B
identicon.go
2KB
go.mod
122B
暂无评论