Skip to content

Go core implementation of the iden3 system

License

Notifications You must be signed in to change notification settings

vmidyllic/go-iden3-core

 
 

Repository files navigation

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 testgen
  • GoDoc merkletree
  • GoDoc keystore
  • GoDoc identity
  • GoDoc identity/issuer
  • GoDoc identity/holder
  • GoDoc eth
  • GoDoc eth/contracts
  • GoDoc core
  • GoDoc core/claims
  • GoDoc core/genesis
  • GoDoc core/proof
  • GoDoc common
  • GoDoc utils
  • GoDoc utils/noncedb
  • GoDoc db
  • GoDoc components
  • GoDoc components/httpclient
  • GoDoc components/idenpubonchain
  • GoDoc components/idenpubonchain/mock
  • GoDoc components/verifier
  • GoDoc components/idensigner
  • GoDoc components/idenpuboffchain
  • GoDoc components/idenpuboffchain/readermock
  • GoDoc components/idenpuboffchain/readerhttp
  • GoDoc components/idenpuboffchain/writerhttp
  • GoDoc components/idenpuboffchain/writermock
  • GoDoc crypto

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.8%
  • Other 0.2%