https://github.com/genaronetwork/kdc_hust_genaro
https://github.com/genaronetwork/kdc_hust_genaro
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/genaronetwork/kdc_hust_genaro
- Owner: GenaroNetwork
- Created: 2018-05-03T12:35:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T10:21:03.000Z (about 8 years ago)
- Last Synced: 2025-01-26T06:10:01.585Z (over 1 year ago)
- Language: Go
- Size: 9.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## KDC
`kdc` is a project
## Dependency
```
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED
github.com/btcsuite/btcd branch master branch master 675abc5 675abc5 1
github.com/ethereum/go-ethereum ^1.8.7 v1.8.7 66432f3 v1.8.7 8
github.com/golang/protobuf ^1.1.0 v1.1.0 b4deda0 v1.1.0 1
golang.org/x/crypto branch master branch master 4ec37c6 4ec37c6 1
gopkg.in/mgo.v2 branch v2 branch v2 3f83fa5 3f83fa5 5
```
## Run example code
A running MongoDB is required to run example. The following command shoud be run inside your [GOPATH](https://github.com/golang/go/wiki/GOPATH)
```
git clone https://github.com/GenaroNetwork/KDC_HUST_Genaro.git genaro-crypto
cd genaro-crypto
go build -o ./example/bin/example ./example
cd example/bin/
./example
```
run test
```
cd genaro-crypto/client
go test -v
```
## Recommended develop environment
1. Visual Studio Code
2. [Go support](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go) for Visual Studio Code
3. [**Dep**](https://github.com/golang/dep) for vendor manage