modulepackage
0.0.0-20171022211700-b6f794329824
Repository: https://github.com/ahermida/identity.git
Documentation: pkg.go.dev
# README
Identity
A blockchain for identity. Also a capstone project.
# Packages
Package common contains functions and types common
throughout this project.
Config holds network and configuration data
*/.
Package core contains most of the blockchain logic
*/.
Package wallet manages simple wallet functionality
That is -- creation of private & public keypairs, as well as addresses
*/.