status-go/README.md
Igor Sirotin 7ee45bab1c
chore_: cleanup unused cmd (#6045)
* chore!: remove cmd/node-canary

* chore!: remove unused root files

* chore!: remove cmd/bootnode and cmd/statusd-prune

* chore!: remove waku _examples

* chore!: remove cmd/spiff-workflow and cmd/topics
2024-11-11 17:17:41 +07:00

21 lines
688 B
Markdown

# Status bindings for go-ethereum
[![GoDoc](https://godoc.org/github.com/status-im/status-go?status.svg)](https://godoc.org/github.com/status-im/status-go)
[![Build Status](https://travis-ci.org/status-im/status-go.svg?branch=develop)](https://travis-ci.org/status-im/status-go)
# Docs
- [How to Build](./_docs/how-to-build.md)
- [How to Contribute](CONTRIBUTING.md)
- [How to Release](RELEASING.md)
- [How to configure status-go](/config/README.md)
- [How to run status-go as HTTP server](/cmd/status-backend/README.md)
## Policies
- [Test policies](./_docs/policies/tests.md)
# License
[Mozilla Public License 2.0](https://github.com/status-im/status-go/blob/develop/LICENSE.md)