Skip to content

Commit

Permalink
fix(readme): fixed some readme stuff (madara-alliance#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro authored Aug 26, 2024
1 parent 28fe200 commit 0c41000
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- fix: fixed some readme stuff
- feat: gas price provider added for block production
- feat: l1 sync service
- feat: gas price worker for l1
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!-- markdownlint-disable -->
<div align="center">
<img src="https://github.com/keep-starknet-strange/madara-branding/blob/main/logo/PNGs/Madara%20logomark%20-%20Red%20-%20Duotone.png?raw=true" height="128">
<img src="https://github.com/keep-starknet-strange/madara-branding/blob/main/logo/PNGs/Madara%20logomark%20-%20Red%20-%20Duotone.png?raw=true" width="500">
</div>
<div align="center">
<br />
<!-- markdownlint-restore -->

[![Workflow - Push](https://github.com/KasarLabs/deoxys/actions/workflows/push.yml/badge.svg)](https://github.com/KasarLabs/deoxys/actions/workflows/push.yml)
[![Project license](https://img.shields.io/github/license/kasarLabs/deoxys.svg?style=flat-square)](LICENSE)
[![Pull Requests welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg?style=flat-square)](https://github.com/kasarLabs/deoxys/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
<a href="https://twitter.com/KasarLabs">
<img src="https://img.shields.io/twitter/follow/KasarLabs?style=social"/> </a>
<a href="https://github.com/kasarlabs/deoxys">
<img src="https://img.shields.io/github/stars/kasarlabs/deoxys?style=social"/>
[![Workflow - Push](https://github.com/madara-alliance/madara/actions/workflows/push.yml/badge.svg)](https://github.com/madara-alliance/madara/actions/workflows/push.yml)
[![Project license](https://img.shields.io/github/license/madara-alliance/madara.svg?style=flat-square)](LICENSE)
[![Pull Requests welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg?style=flat-square)](https://github.com/madara-alliance/madara/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
<a href="https://twitter.com/madara-alliance">
<img src="https://img.shields.io/twitter/follow/madara-alliance?style=social"/> </a>
<a href="https://github.com/madara-alliance/madara">
<img src="https://img.shields.io/github/stars/madara-alliance/madara?style=social"/>
</a>

</div>
Expand Down Expand Up @@ -62,7 +62,7 @@ Madara is a powerfull Starknet hybrid client written in Rust.

```sh
cd <your-destination-path>
git clone https://github.com/KasarLabs/madara .
git clone https://github.com/madara-alliance/madara .
```

2. **Run Madara**
Expand Down Expand Up @@ -306,12 +306,12 @@ Each feature is designed to ensure optimal performance and seamless integration
## 🤝 Partnerships

To establish a partnership with the Kasar team, or if you have any suggestion or
special request, feel free to reach us on [telegram](https://t.me/kasarlabs).
special request, feel free to reach us on [telegram](https://t.me/madara-alliance).

## ⚠️ License

Copyright (c) 2022-present, with the following
[contributors](https://github.com/KasarLabs/madara/graphs/contributors).
[contributors](https://github.com/madara-alliance/madara/graphs/contributors).

Madara is open-source software licensed under the
[Apache-2.0 License](https://github.com/KasarLabs/madara/blob/main/LICENSE).
[Apache-2.0 License](https://github.com/madara-alliance/madara/blob/main/LICENSE).

0 comments on commit 0c41000

Please sign in to comment.