Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmosis-labs/mesh-security
https://github.com/osmosis-labs/mesh-security
cosmos osmosis
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/osmosis-labs/mesh-security
- Owner: osmosis-labs
- License: other
- Created: 2023-04-17T17:02:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T10:41:25.000Z (about 2 months ago)
- Last Synced: 2025-01-01T03:12:00.595Z (8 days ago)
- Topics: cosmos, osmosis
- Language: Rust
- Homepage:
- Size: 1.56 MB
- Stars: 65
- Watchers: 11
- Forks: 11
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# Mesh Security
An implementation of Sunny's [Mesh Security](https://youtu.be/Z2ZBKo9-iRs?t=4937) talk from
Cosmoverse 2022.Please check out the [architectural documentation](./docs/README.md), which gives a
thorough view of all the components in a completed system.## Status
This is work towards a production version of **Mesh Security**. As of April 2023, this is very
early stage, not even MVP. The goal is to have something for testnets by July 2023.
Please [see the roadmap](./ROADMAP.md) for more info.The original version from HackWasm Medellin can be found at
[CosmWasm/mesh-security-hackathon](https://github.com/CosmWasm/mesh-security-hackathon).
That is actually full-stack end-to-end, but made a lot of design trade-offs for a hackathon.
You can refer to the code as an idea of how the production version will look and if you
learn better from working code than architecture documents.