Skip to content

Commit

Permalink
Merge pull request #9 from Web3-Club/yanboishere-patch-7
Browse files Browse the repository at this point in the history
Update title-page.md
  • Loading branch information
yanboishere committed Jun 15, 2023
2 parents bbe1dcb + 67961de commit 13d6b9a
Showing 1 changed file with 112 additions and 1 deletion.
113 changes: 112 additions & 1 deletion src/title-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,115 @@

由 Cairo 社区和它的 [贡献者](https://github.com/cairo-book/cairo-book.github.io) 编写。特别感谢 [Starkware](https://starkware.co/) 通过 [OnlyDust](https://www.onlydust.xyz/) 对本书的支持,也感谢 [Voyager](https://voyager.online/) 对本书创作的支持。

本文假定您使用的是 `Cairo v1.0.0-alpha.7 (released 2023-04-13)` 版本的 Cairo 工具链。您可以参阅第一章的 安装 部分来更新或安装 Cairo 工具链。
本文假定您使用的是 `Cairo v1.0.0-alpha.7 (released 2023-04-13)` 版本的 Cairo 工具链。您可以参阅第一章的 安装 部分来更新或安装 Cairo 工具链。


# Cairo-Book_Chinese
[![CC BY 4.0](https://img.shields.io/github/license/Web3-Club/Cairo-Book_Chinese?style=flat-square)](https://github.com/Web3-Club/Cairo-Book_Chinese/) [![GitHub stars](https://img.shields.io/github/stars/Web3-Club/Cairo-Book_Chinese.svg?style=social&label=Stars)](https://github.com/Web3-Club/Cairo-Book_Chinese/) [![GitHub watchers](https://img.shields.io/github/watchers/Web3-Club/Cairo-Book_Chinese.svg?style=social&label=Watch)](https://github.com/Web3-Club/Cairo-Book_Chinese)


[Cairo-Book](https://cairo-book.github.io)中文翻译

Cairo是一个图灵完备的用于通用可证明计算的编程语言,也是编写Starknet智能合约的语言。

Cairo最新版本为 1.0,基于Rust,并且在快速迭代。

[cairo-book.github.io](https://cairo-book.github.io/) 是一个项目页面,旨在为Cairo这个智能合约开发语言提供文档、教程和示例代码等资源。

本项目为该项目的中文翻译项目

## 目录
### [导论](https://github.com/Web3-Club/Cairo-Book_Chinese/blob/main/src/ch00-00-introduction.md)
### [前言](https://github.com/Web3-Club/Cairo-Book_Chinese/blob/main/src/ch00-01-foreword.md)
### 第一章
- 开始
- [安装](https://github.com/Web3-Club/Cairo-Book_Chinese/blob/main/src/ch01-01-installation.md)
- [Hello World](https://github.com/Web3-Club/Cairo-Book_Chinese/blob/main/src/ch01-02-hello-world.md)
- [Hello Scarb](https://github.com/Web3-Club/Cairo-Book_Chinese/blob/main/src/ch01-03-hello-scarb.md)

## ❤️ 项目贡献者
**永远感谢他们为本项目所作出的贡献!**

[![contrib graph](https://contrib.rocks/image?repo=Web3-Club/Cairo-Book_Chinese)](https://github.com/Web3-Club/Cairo-Book_Chinese/graphs/contributors)


## 💐 赞助我们
🪙 ``0xBBc1fE874422F61fB135e72C3229Fffc3Cb266Fb``

您的姓名或昵称将出现在[赞助榜](https://github.com/Web3-Club/Sponsor)界面上。<br>
**感谢您对我们社区未来健康发展所作出的支持**


## 👏🏻 特别感谢
特别感谢我们的[Premium Sponser](https://github.com/Web3-Club/Sponsor/blob/main/Premium%20sponsors.md)

<a href="https://abetterweb3.notion.site"><img alt="abetterweb3" height="125" src="https://user-images.githubusercontent.com/76860915/220133607-dddc3468-0cda-4065-bce3-3b275dfe6ad1.png" width="450"/></a>


## 😃 关于我们
**这里是中国Web3知识协会,成立于2023年2月7日**<br>
(也许是,也希望未来是)中国最早的Web3社群<br>
我们建立的初衷是因为创始人烟波,苦于中文互联网中的 Web3 相关知识分享内容相对较少,而为了改变这一现状,希望未来能整合和拓宽这类方向相关的 中文知识内容,从而建立了该组织。<br>

### **社群宗旨**
#### **永远关注知识和技术的进步,而不是价格**<br>
在此,我们希望为所有的对Web3未来感兴趣和欲为其“添砖加瓦”的朋友们一起,创造出更美好的Web3未来前景!<br>
(详见[关于我们](https://github.com/Web3-Club/Intro.#%E7%AE%80%E4%BB%8B)

## ⚠️ 免责声明

This web page "Cairo-Book_Chinese" and any other contents published on this website shall not constitute investment advice, financial advice, trading advice, or any other kind of advice, and you should not treat any of the website's content as such.

You alone assume the sole responsibility of evaluating the merits and risks associated with using any information or other content on this website before making any decisions based on such information.

The organization that developed this page, "Web3Club", is currently a non-profit open source community, not a company or corporationand.<br><br>
All translations of the project were developed by members and contributors to the project, and any content in the project is protected by an open source licence.

We always open source the original open source project in accordance with the license of the original open source project.

When we use the knowledge content of other projects, we will follow the open source LICENCE of other projects.

And in accordance with the requirements of the licence,the information of the original English project or the original author will be indicated in the following sections.

If you have any questions about licence or copyright, please read the LICENCE section below or contact us at web3clubCN@outlook.com.


## 📖 LICENCE
### [Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/legalcode)<br>
Built by China Web3-Club [contributors](https://github.com/Web3-Club/ ) with heart.
Copyright © cairo-book.github.io <br>
Chinese Translation copyright © 2023 &emsp; China [Web3-Club](https://github.com/Web3-Club)|中国Web3社区<br>
ALL RIGHT RESERVED

































0 comments on commit 13d6b9a

Please sign in to comment.