From 09d7cdc7e14246ace58958e523e77a5cbbfef14f Mon Sep 17 00:00:00 2001 From: ponderingdemocritus Date: Fri, 24 Nov 2023 14:54:30 +0100 Subject: [PATCH] add logo to readme: --- .github/Origami.svg | 6 ++++++ README.md | 45 ++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 46 insertions(+), 5 deletions(-) create mode 100644 .github/Origami.svg diff --git a/.github/Origami.svg b/.github/Origami.svg new file mode 100644 index 00000000..40c80afe --- /dev/null +++ b/.github/Origami.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/README.md b/README.md index c866cc59..7160499e 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,53 @@ -## Origami + +
+ +
+
+
+ -### The magic of origami is in seeing a single piece of cairo evolve into a masterpiece through careful folds. + + + + + + -### 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 + +
+ +# 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