Go to file
David Terpay dee2fc5d96
init (#6)
2023-08-21 12:47:19 -04:00
.github init (#6) 2023-08-21 12:47:19 -04:00
abci init 2023-08-17 16:40:59 -04:00
api/sdk/builder generating new protos 2023-08-17 17:29:48 -04:00
block init (#6) 2023-08-21 12:47:19 -04:00
contrib/images feat(ITS): [ENG-1627]: Moving ITS from release branch to main (#236) 2023-08-11 18:22:39 +00:00
lanes init (#6) 2023-08-21 12:47:19 -04:00
proto generating new protos 2023-08-17 17:29:48 -04:00
scripts generating new protos 2023-08-17 17:29:48 -04:00
tests ITS migrated shippor 2023-08-17 17:51:39 -04:00
testutils init 2023-08-17 16:40:59 -04:00
x/builder generating new protos 2023-08-17 17:29:48 -04:00
.gitignore feat: [ENG-792] Implement E2E Testing Framework (#107) 2023-05-08 14:45:17 -04:00
.golangci.yml init (#5) 2023-08-21 11:15:37 -04:00
.goreleaser.yml init 2023-08-17 16:40:59 -04:00
.markdownlint.json [ENG-711]: First write through of the spec (#57) 2023-04-18 19:46:43 +00:00
.markdownlintignore [ENG-711]: First write through of the spec (#57) 2023-04-18 19:46:43 +00:00
.mergify.yml init (#5) 2023-08-21 11:15:37 -04:00
go.mod init 2023-08-17 16:40:59 -04:00
go.sum chore(deps): bump cosmossdk.io/core from 0.9.0 to 0.10.0 (#248) 2023-08-17 14:12:59 +00:00
go.work feat(ITS): [ENG-1627]: Moving ITS from release branch to main (#236) 2023-08-11 18:22:39 +00:00
go.work.sum init 2023-08-17 16:40:59 -04:00
LICENSE chore: Create Apache 2.0 LICENSE (#158) 2023-05-31 15:04:49 +00:00
Makefile init 2023-08-17 16:40:59 -04:00
README.md init 2023-08-17 16:40:59 -04:00

Block SDK 🧱

Project Status: Active – The project has reached a stable, usable state and is being actively developed. GoDoc Go Report Card Version License: Apache-2.0 Lines Of Code

🤔 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.

Skip has built out a number of plug-and-play lanes on the SDK that your protocol can use, including in-protocol MEV recapture and Oracles! Additionally, the Block SDK can be extended to add your own custom lanes to configure your blocks to exactly fit your application needs.

📚 Block SDK Documentation

To read more about how the Block SDK works, check out the How it Works.

Lane "App Store"

To read more about Skip's pre-built lanes and how to use them, check out the Lane App Store.

Lane Development

To read more about how to build your own custom lanes, check out the Build Your Own Lane.