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

https://github.com/learnforpractice/gscdk-book

https://learnforpractice.github.io/gscdk-book
https://github.com/learnforpractice/gscdk-book

Last synced: 10 months ago
JSON representation

https://learnforpractice.github.io/gscdk-book

Awesome Lists containing this project

README

          

# gscdk-book

[Go Smart Contracts Development Cook Book](https://learnforpractice.github.io/gscdk-book)

## Table of Contents

* [Prior Knowledge](docs/prelude.md)
* [Development Environment](docs/env.md)
* [HelloWorld](docs/helloworld.md)
* [Deploy](docs/deploy.md)
* [Interact with Digital Wallets](docs/ui.md)
* [Inline Action](docs/action.md)
* [The RequireRecipient Function](docs/notify.md)
* [Database](docs/database.md)
* [Crypto Functions](docs/crypto.md)
* [Commonly Functions](docs/common.md)
* [Call C/C++ Code](docs/callc.md)
* [ABI](docs/abi.md)

## 目录

* [预备知识](docs/prelude.zh.md)
* [开发环境搭建](docs/env.zh.md)
* [HelloWorld](docs/helloworld.zh.md)
* [发布合约](docs/deploy.zh.md)
* [与数字钱包进行交互](docs/ui.zh.md)
* [内联Action在智能合约的使用](docs/action.zh.md)
* [RequireRecipient函数](docs/notify.zh.md)
* [数据库的操作](docs/database.zh.md)
* [密码学相关函数](docs/crypto.zh.md)
* [常用智能合约函数](docs/common.zh.md)
* [ABI](docs/abi.zh.md)

## Examples

[examples](./examples)