p4u / go-iden3-core

Go core implementation of the iden3 system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-iden3-core

Go implementation of the iden3 system.

Go Report Card Build Status

Install

$ go get github.com/iden3/go-iden3-core

Documentation

Go Modules documentation:

  • GoDoc common
  • GoDoc core
  • GoDoc db
  • GoDoc eth
  • GoDoc crypto
  • GoDoc merkletree
  • GoDoc utils
  • GoDoc components/idenadminutils
  • GoDoc components/idenmanager
  • GoDoc components/idenstatereader
  • GoDoc components/idensigner
  • GoDoc services/idenstatewriter

Testing

go test ./...

WARNING

All code here is experimental and WIP

License

go-iden3-core is part of the iden3 project copyright 2018 0kims association and published with GPL-3 license, please check the LICENSE file for more details.

About

Go core implementation of the iden3 system

License:GNU General Public License v3.0


Languages

Language:Go 100.0%