Skip to content

Commit

Permalink
add logo to readme:
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Nov 24, 2023
1 parent 3db662a commit 09d7cdc
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/Origami.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 40 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,53 @@
## Origami
<!-- markdownlint-disable -->
<div align="center">
<img src=".github/Origami.svg" height="128">
</div>
<div align="center">
<br />
<!-- markdownlint-restore -->

### The magic of origami is in seeing a single piece of cairo evolve into a masterpiece through careful folds.
<a href="https://twitter.com/dojostarknet">
<img src="https://img.shields.io/twitter/follow/dojostarknet?style=social"/>
</a>
<a href="https://github.com/dojoengine/dojo">
<img src="https://img.shields.io/github/stars/dojoengine/dojo?style=social"/>
</a>

### Easy Integration into Your Project
[![discord](https://img.shields.io/badge/join-dojo-green?logo=discord&logoColor=white)](https://discord.gg/PwDa2mKhR4)
![Github Actions][gha-badge] [![Telegram Chat][tg-badge]][tg-url]

[gha-badge]: https://img.shields.io/github/actions/workflow/status/dojoengine/dojo/ci.yml?branch=main
[tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fdojoengine
[tg-url]: https://t.me/dojoengine

</div>

# Origami - Primitives for onchain Gaming

#### "The magic of origami is in seeing a single piece of cairo evolve into a masterpiece through careful folds" - Sensei

---

### Crates

- [algebra](./crates/src/algebra)
- [defi](./crates//src/defi/)
- [hex map](./crates/src/map/hex)
- [random](./crates/src/random)
- [security](./crates/src/security)

### Easy integration into your project

Incorporate `origami` seamlessly into your projects using Scarb.toml.

Add the following to your `[dependencies]`:

```
```toml
[dependencies]
origami = { git = "https://github.com/OpenZeppelin/cairo-contracts.git" }
```

Now you will be able to use origami like any other Cairo package.
Now you will be able to use origami like any other Cairo package!

### 🏗️ Join Our Contributors

Expand Down

0 comments on commit 09d7cdc

Please sign in to comment.