wingbaas

module
v0.0.0-...-1a1319b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2020 License: Apache-2.0

README

wingbaas

Blockchain as a service

clone project

git clone https://github.com/wingchain/wingbaas.git

platformsrv build and run prerequest

1, install golang ,version >=1.14.2 2, config GOROOT and GOPATH enviroment 3, clone project to $GOPATH/src/github.com 4, install nfs client nfs搭建 1)在NFS服务器上安装NFS [root@youxi1 ~]# yum -y install rpcbind nfs-utils 2)启动NFS,并开机自启 [root@youxi1 ~]# systemctl start rpcbind [root@youxi1 ~]# systemctl enable rpcbind [root@youxi1 ~]# systemctl start nfs-server  //NFS依赖rpcbind进行通讯,所以要先启动rpcbind [root@youxi1 ~]# systemctl enable nfs-server [root@youxi1 ~]# netstat -antup | grep 2049 netstat -anp|grep 2049

platformsrv build and run

1, cd $GOPATH/src/github.com/wingbaas/platformsrv 2, go build 3, ./platformsrv

Directories

Path Synopsis
api
certgenerate/fabric/gopkg.in/alecthomas/kingpin.v2
Package kingpin provides command line interfaces like this:
Package kingpin provides command line interfaces like this:
certgenerate/fabric/gopkg.in/alecthomas/template
Package template implements data-driven templates for generating textual output.
Package template implements data-driven templates for generating textual output.
certgenerate/fabric/gopkg.in/alecthomas/template/parse
Package parse builds parse trees for templates as defined by text/template and html/template.
Package parse builds parse trees for templates as defined by text/template and html/template.
certgenerate/fabric/gopkg.in/alecthomas/units
Package units provides helpful unit multipliers and functions for Go.
Package units provides helpful unit multipliers and functions for Go.
certgenerate/fabric/gopkg.in/yaml.v2
Package yaml implements YAML support for the Go language.
Package yaml implements YAML support for the Go language.
db
k8s
settings/fabric/txgenerate/pkg/errors
Package errors provides simple error handling primitives.
Package errors provides simple error handling primitives.
Code generated by counterfeiter.
settings/fabric/txgeneratev2/encoder/fakes
Code generated by counterfeiter.
Code generated by counterfeiter.
settings/fabric/txgeneratev2/protoutil/fakes
Code generated by counterfeiter.
Code generated by counterfeiter.
settings/fabric/txgeneratev2/spf13/cast
Package cast provides easy and safe casting in Go.
Package cast provides easy and safe casting in Go.
settings/fabric/txgeneratev2/spf13/cobra
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
settings/fabric/txgeneratev2/spf13/pflag
Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL