Skip to content

Commit

Permalink
New translations libraries.md (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonSquare committed Apr 27, 2024
1 parent aafdd1e commit b6f0c01
Showing 1 changed file with 13 additions and 13 deletions.
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片段和实用工具的集合。

0 comments on commit b6f0c01

Please sign in to comment.