Files
pezkuwi-subxt/substrate/README.md
T
zx9w e3795af0e3 The link to getting-started was obsolete. (#6238)
* The link to getting-started was obsolete.

* link to installation and tutorials

Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
2020-06-04 10:40:20 +02:00

27 lines
1.4 KiB
Markdown

# Substrate &middot; [![GitHub license](https://img.shields.io/badge/license-GPL3%2FApache2-blue)](LICENSE) [![GitLab Status](https://gitlab.parity.io/parity/substrate/badges/master/pipeline.svg)](https://gitlab.parity.io/parity/substrate/pipelines) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](docs/CONTRIBUTING.adoc)
<p align="center">
<img src="/docs/media/sub.gif">
</p>
Substrate is a next-generation framework for blockchain innovation 🚀.
## Trying it out
Simply go to [substrate.dev](https://substrate.dev) and follow the
[installation](https://substrate.dev/docs/en/knowledgebase/getting-started/) instructions. You can
also try out one of the [tutorials](https://substrate.dev/en/tutorials).
## Contributions & Code of Conduct
Please follow the contributions guidelines as outlined in [`docs/CONTRIBUTING.adoc`](docs/CONTRIBUTING.adoc). In all communications and contributions, this project follows the [Contributor Covenant Code of Conduct](docs/CODE_OF_CONDUCT.adoc).
## Security
The security policy and procedures can be found in [`docs/SECURITY.md`](docs/SECURITY.md).
## License
Substrate Client (`/client/*` / `sc-*`) is licensed under [GPL v3.0 with a classpath linking exception](LICENSE-GPL3), primitives (`sp-*`), FRAME (`frame-*`) and pallets (`pallets-*`), binaries (`/bin`) and all other utilities are licensed under [Apache 2.0](LICENSE-APACHE2).