Go implementation of the iden3 system.
$ go get github.com/iden3/go-iden3-core
Go Modules documentation:
- testgen
- merkletree
- keystore
- identity
- identity/issuer
- identity/holder
- eth
- eth/contracts
- core
- core/claims
- core/genesis
- core/proof
- common
- utils
- utils/noncedb
- db
- components
- components/httpclient
- components/idenpubonchain
- components/idenpubonchain/mock
- components/verifier
- components/idensigner
- components/idenpuboffchain
- components/idenpuboffchain/readermock
- components/idenpuboffchain/readerhttp
- components/idenpuboffchain/writerhttp
- components/idenpuboffchain/writermock
- crypto
go test ./...
All code here is experimental and WIP
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.