forked from ton-community/ton-docs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations libraries.md (Chinese Simplified)
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
26 changes: 13 additions & 13 deletions
26
...rin/docusaurus-plugin-content-docs/current/develop/smart-contracts/libraries.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# FunC SDK and libraries | ||
# FunC SDK和库 | ||
|
||
## Standard libraries | ||
## 标准库 | ||
|
||
- [stdlib](https://github.com/ton-blockchain/ton/blob/master/crypto/smartcont/stdlib.fc) — Standard library for FunC | ||
- [mathlib](https://github.com/ton-blockchain/ton/blob/master/crypto/smartcont/mathlib.fc) — Fixed-point mathematical library | ||
- [stdlib](https://github.com/ton-blockchain/ton/blob/master/crypto/smartcont/stdlib.fc) — FunC的标准库 | ||
- [mathlib](https://github.com/ton-blockchain/ton/blob/master/crypto/smartcont/mathlib.fc) — 固定点数学库 | ||
|
||
## Libraries from Community | ||
## 社区库 | ||
|
||
- [continuation-team/openlib.func](https://github.com/continuation-team/openlib.func) - Reduces transaction fees in common scenarios. | ||
- [open-contracts/utils](https://github.com/TonoxDeFi/open-contracts/tree/main/contracts/utils) — Utility library | ||
- [open-contracts/strings](https://github.com/TonoxDeFi/open-contracts/tree/main/contracts/strings) — Provides operations on strings | ||
- [open-contracts/math](https://github.com/TonoxDeFi/open-contracts/tree/main/contracts/math) — Math library that extends FunC arithmetic operations | ||
- [open-contracts/tuples](https://github.com/TonoxDeFi/open-contracts/tree/main/contracts/tuples) — Collection of tuple-releated functions for FunC | ||
- [open-contracts/crypto](https://github.com/TonoxDeFi/open-contracts/tree/main/contracts/crypto) — Provides operations on curve secp256k1 | ||
- [toncli/test-libs](https://github.com/disintar/toncli/tree/master/src/toncli/lib/test-libs) - Operations on TLB, generation and parsing of typical messages and types | ||
- [ston-fi/funcbox](https://github.com/ston-fi/funcbox) - Collection of FunC snippets and utilities. | ||
- [continuation-team/openlib.func](https://github.com/continuation-team/openlib.func) - 在常见场景中减少交易费用。 | ||
- [open-contracts/utils](https://github.com/TonoxDeFi/open-contracts/tree/main/contracts/utils) — 实用工具库 | ||
- [open-contracts/strings](https://github.com/TonoxDeFi/open-contracts/tree/main/contracts/strings) — 提供字符串操作 | ||
- [open-contracts/math](https://github.com/TonoxDeFi/open-contracts/tree/main/contracts/math) — 扩展FunC算术运算的数学库 | ||
- [open-contracts/tuples](https://github.com/TonoxDeFi/open-contracts/tree/main/contracts/tuples) — 为FunC收集与元组相关的函数 | ||
- [open-contracts/crypto](https://github.com/TonoxDeFi/open-contracts/tree/main/contracts/crypto) — 提供secp256k1曲线的操作 | ||
- [toncli/test-libs](https://github.com/disintar/toncli/tree/master/src/toncli/lib/test-libs) - 对TLB的操作,生成和解析典型消息和类型 | ||
- [ston-fi/funcbox](https://github.com/ston-fi/funcbox) - FunC片段和实用工具的集合。 |