This commit is contained in:
David Terpay 2023-08-23 12:51:53 -04:00 committed by GitHub
parent c956e6cc1e
commit f65ee6c87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,7 @@
<!-- markdownlint-disable MD013 -->
<!-- markdownlint-disable MD041 -->
<div align="center">
<a>
<img alt="Repo Status" src="https://www.repostatus.org/badges/latest/active.svg" />
@ -14,6 +15,12 @@
</a>
</div>
<div align="center">
<a>
<img alt="Logo" src="img/block-sdk.png" width="600">
</a>
</div>
### 🤔 What is the Block SDK?
**🌐 The Block SDK is a toolkit for building customized blocks**. The Block SDK is a set of Cosmos SDK and ABCI++ primitives that allow chains to fully customize blocks to specific use cases. It turns your chain's blocks into a **`highway`** consisting of individual **`lanes`** with their own special functionality.
@ -25,10 +32,10 @@ Skip has built out a number of plug-and-play `lanes` on the SDK that your protoc
To read more about how the Block SDK works, check out the [How it Works](https://docs.skip.money/chains/overview).
#### Lane "App Store"
#### 🏪 Lane App Store
To read more about Skip's pre-built `lanes` and how to use them, check out the [Lane App Store](https://docs.skip.money/chains/lanes/existing-lanes/default).
#### Lane Development
#### 🎨 Lane Development
To read more about how to build your own custom `lanes`, check out the [Build Your Own Lane](https://docs.skip.money/chains/lanes/build-your-own-lane).

BIN
img/block-sdk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 KiB