An open API service indexing awesome lists of open source software.

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

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)