Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop to master #33

Merged
merged 9 commits into from
Aug 16, 2022
Merged
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
<div align="center">
<img src=".images/odra_logo.png"></img>
<h3>Odra - High-level smart contract framework for Rust.</h3>
<p>
<a href="https://github.com/odradev/odra/actions">
<img src="https://img.shields.io/github/workflow/status/odradev/odra/odra-ci/develop?style=plastic" alt="Build status" />
</a>
<a href="https://crates.io/crates/odra">
<img src="https://img.shields.io/crates/v/odra?style=plastic" alt="Version" />
</a>
<a href="https://crates.io/crates/odra">
<img src="https://img.shields.io/crates/l/odra?style=plastic" alt="License" />
</a>
<img src="https://img.shields.io/github/languages/top/odradev/odra" alt="Language" />
</p>
</div>

## Table of Contents
* [Usage](#usage)
* [Example](#example)
* [Backends](#backends)
* [Links](#links)
* [Contact](#contact)
- [Usage](#usage)
- [Example](#example)
- [Backends](#backends)
- [Links](#links)
- [Contact](#contact)

## Usage

Expand Down