https://github.com/learnforpractice/cppscdk-book
https://learnforpractice.github.io/cppscdk-book
https://github.com/learnforpractice/cppscdk-book
Last synced: 10 months ago
JSON representation
https://learnforpractice.github.io/cppscdk-book
- Host: GitHub
- URL: https://github.com/learnforpractice/cppscdk-book
- Owner: learnforpractice
- License: mit
- Created: 2023-05-29T07:49:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T12:03:29.000Z (over 2 years ago)
- Last Synced: 2025-05-20T23:37:47.418Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cppscdk-book
[C++ Smart Contracts Development Cook Book](https://learnforpractice.github.io/cppscdk-book)
## Table of Contents
* [Prior Knowledge](docs/prelude.md)
* [Development Environment](docs/env.md)
* [Inline Action](docs/action.md)
* [The require_recipient Function](docs/notify.md)
* [Database](docs/database.md)
* [Crypto Functions](docs/crypto.md)
* [Commonly Functions](docs/common.md)
* [ABI](docs/abi.md)
* [Deploy](docs/deploy.md)
* [Interact with Digital Wallets](docs/ui.md)
* [Compiling Code with CMake](docs/hello-cmake.md)
## 目录
* [预备知识](docs/prelude.zh.md)
* [开发环境搭建](docs/env.zh.md)
* [内联Action在智能合约的使用](docs/action.zh.md)
* [require_recipient函数](docs/notify.zh.md)
* [数据库的操作](docs/database.zh.md)
* [密码学相关函数](docs/crypto.zh.md)
* [常用智能合约函数](docs/common.zh.md)
* [ABI](docs/abi.zh.md)
* [发布合约](docs/deploy.zh.md)
* [与数字钱包进行交互](docs/ui.zh.md)
* [用CMake编译代码](docs/hello-cmake.zh.md)
## Examples
[examples](./examples)