Skip to main content

Babylon SDK

Babylon SDK is a reference implementation of a collection of cosmos modules for Babylon BSNs.

Please see the official project repo for specifications and wasm contracts.

The code is forked from https://github.com/osmosis-labs/mesh-security-sdk.

Project Structure

  • x - module code that is supposed to be imported by BSNs (Cosmos SDK chains).
  • demo - contains an example application and CLI that is using the babylon module.
  • tests/e2e - end-to-end tests with the demo app and contracts.

View Source Code on GitHub.com

Babylon SDK on GitHub