Skip to content

zscole/gossamer

 
 

Repository files navigation

gossamer

Golang Polkadot Runtime Environment Implementation

GoDoc Go Report Card Build Passing Maintainability Test Coverage License: GPL v3 standard-readme compliant

Install

go get -u github.com/ChainSafeSystems/gossamer

Usage

make gossamer
gossamer --config config.toml

Docker

To start Gossamer in a docker contaienr, run:

make docker

Running Manually

To build the image, run this command:

docker build -t chainsafe/gossamer -f Docerfile.dev

Start an instance with:

docker run chainsafe/gossamer

Test

go test -v ./...

Contributing

License

GNU General Public License v3.0

About

🕸️ Gossamer: The Golang Polkadot Runtime Environment Implementation (WIP)

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 99.3%
  • Makefile 0.7%