mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
e3795af0e3
* The link to getting-started was obsolete. * link to installation and tutorials Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
# Substrate · [](LICENSE) [](https://gitlab.parity.io/parity/substrate/pipelines) [](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).
|