The common libraries used by Lepus.
- captcha: used for generate random digits for verify an email address or a mobile phone
- clientconn: a gRPC client connection generator
- config: wapper for viper
- passphrase: A passphrase is a password that is made up of a handful of words. This makes the password easy to remember and easy to type, even on a phone. Note that the passphrase needs to be longer than a traditional totally random password, because the passphrase is made of words not just random garbage. Inspired by Bitcoin bip-39
- protos: all the proto buffer files used by Lepus.
- semaphore: a semaphore system used for limited concurrency worker number
- snowflake: a distributed unique id generator inspired by Twitter's Snowflake
- hdwallet: a wallet & address solution inspired by Bitcoin bip-32
- asserts/lepuscoin: digital coin, build on account model & sample UTXO model
swagger generate client -f $GOPATH/src/github.com/hyperledger/fabric/core/rest/rest_api.json -A fabricGoSDK