Skip to content

Commit

Permalink
Merge pull request #29 from odradev/feature/cargo-odra-gif
Browse files Browse the repository at this point in the history
README.md gif
  • Loading branch information
zie1ony authored Aug 10, 2022
2 parents ebf8cb8 + 6c6a625 commit 07fd95b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
Binary file added .images/cargo_odra.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<div align="center">

<img src=".images/odra_logo.png"></img>
<h3>Odra - High-level smart contract framework for Rust.</h3>

<img src=".images/odra_logo.png"></img>
<h3>Odra - High-level smart contract framework for Rust.</h3>
</div>

## Table of Contents
Expand All @@ -13,9 +11,12 @@
* [Contact](#contact)

## Usage
TODO: Add gif with example.

TODO: Show casper-odra commands.
Use [Cargo Odra](https://github.com/odradev/cargo-odra) to generate, build and test you code.

<div align="center">
<img src=".images/cargo_odra.gif"></img>
</div>

## Example

Expand Down Expand Up @@ -52,26 +53,30 @@ mod tests {
}
```

Checkout our [ERC20 + Ownable Example](https://github.com/odradev/odra-examples).
It shows most of Odra features.

## Backends

Odra is designed to integrate any most WebAssemby-based smart contract systems.
Odra is designed to integrate with most WebAssemby-based smart contract systems.

Integrated blockchains:
* Casper Network. See [Odra Casper](https://github.com/odradev/odra-casper) for more details.

## Links

* [Odra](https://github.com/odradev/odra)
* [Documentation](https://docs.rs/odra/latest/odra/)
* [Cargo Odra](https://github.com/odradev/cargo-odra)
* [Odra Template](https://github.com/odradev/odra-template)
* [Example Contract: Owned Token](https://github.com/odradev/owned-token)
* [Example Contracts](https://github.com/odradev/odra-examples)
* [Odra Casper](https://github.com/odradev/odra-casper)
* [Original Proposal for Odra Framework](https://github.com/odradev/odra-proposal)

## Contact
Write **maciej@odra.dev** or [join Discord]().
Write **maciej@odra.dev**, he will guide you.

---
<div align="center">
by <a href="https://odra.dev">odra.dev<a>
</dev>
by <a href="https://odra.dev">odra.dev<a>
</dev>

0 comments on commit 07fd95b

Please sign in to comment.