Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
57 lines (36 loc) · 2.18 KB

README.md

File metadata and controls

57 lines (36 loc) · 2.18 KB

golkadot

Polkadot Substrate implementation in Go

License CircleCI Coverage Status Go Report Card GoDoc stability-experimental PRs Welcome

NOTE: golkadot is a very early work-in-progress. It's currently highly unstable and not very useful as it is.

Contents

Install

go get -u github.com/opennetsys/golkadot/cmd/golkadot

Getting started

TODO

Tests

Run all tests:

make test

Contributing

Please follow the golang-standards project-layout and examples of package patterns when contributing code.

For contributions please create a new branch and submit a pull request for review.

Commit messages

Please follow best practices such as using present-tense commit messages.

Resources

License

GNU GPLv3