Skip to content

Commit 555b201

Browse files
authored
update readme (#74)
1 parent c76c779 commit 555b201

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pallet-ismp ![Unit Tests](https://github.com/polytope-labs/substrate-ismp/actions/workflows/ci.yml/badge.svg) [![Telegram: YourGroup](https://img.shields.io/badge/-Telegram-blue?style=flat-square&logo=Telegram&logoColor=white&link=https://t.me/YourGroup)](https://t.me/ismp_guide) [![Discord: YourServer](https://img.shields.io/badge/-Discord-7289DA?style=flat-square&logo=Discord&logoColor=white&link=https://discord.gg/YourServer)](https://discord.gg/vKAa3XcCBX)
1+
# ismp-substrate ![Unit Tests](https://github.com/polytope-labs/substrate-ismp/actions/workflows/ci.yml/badge.svg) [![Telegram: YourGroup](https://img.shields.io/badge/-Telegram-blue?style=flat-square&logo=Telegram&logoColor=white&link=https://t.me/YourGroup)](https://t.me/ismp_guide) [![Discord: YourServer](https://img.shields.io/badge/-Discord-7289DA?style=flat-square&logo=Discord&logoColor=white&link=https://discord.gg/YourServer)](https://discord.gg/vKAa3XcCBX)
22

33
Implementation of the Interoperable State Machine Protocol for substrate runtimes. This project is [funded by the web3 foundation](https://github.com/w3f/Grants-Program/blob/master/applications/ismp.md).
44

@@ -18,6 +18,11 @@ This repo holds all the required components substrate runtimes need to interoper
1818
- [ismp-parachain-inherent](./parachain/inherent)
1919
- [ismp-parachain-runtime-api](./parachain/runtime-api)
2020

21+
### Solochain Support
22+
23+
- [ismp-grandpa](./grandpa)
24+
- [ismp-grandpa-prover](./grandpa/prover)
25+
2126
## Documentation
2227

2328
Installation and integration guides can be found in the [book](https://ismp.polytope.technology).

0 commit comments

Comments
 (0)