opennetsys / golkadot

Polkadot Substrate implementation in Go (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Polkadot Substrate implementation in Go (WIP)

License:GNU General Public License v3.0


Languages

Language:Go 99.9%Language:Makefile 0.1%Language:Dockerfile 0.0%Language:WebAssembly 0.0%