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
- Host: GitHub
- URL: https://github.com/learnforpractice/gscdk-book
- Owner: learnforpractice
- License: mit
- Created: 2023-05-17T10:17:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T09:43:03.000Z (about 3 years ago)
- Last Synced: 2025-06-14T06:34:54.230Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)