Skip to content

williamzmorgan/core

 
 

Repository files navigation

CircleCI codecov

Core

Build from source

Download source

mkdir -p $GOPATH/src/github.com/mesg-foundation/core
cd $GOPATH/src/github.com/mesg-foundation/core
git clone https://github.com/mesg-foundation/core.git ./

Install dependencies

go get -v -t ./...

Run all tests with code coverage

env DAEMON.IMAGE=mesg/daemon:local go test -cover -v ./...

If you use Visual code you can add the following settings (Preference > Settings)

"go.testEnvFile": "${workspaceRoot}/testenv"

Build docker image

docker build -t mesg-daemon .

Install debugger on OS X

xcode-select --install
go get -u github.com/derekparker/delve/cmd/dlv
cd $GOPATH/src/github.com/derekparker/delve
make install

Source

About

MESG is an open-source decentralized infrastructure which makes all technologies on or off the blockchain interoperable. It’s a building platform for developers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.5%
  • Shell 0.5%