https://github.com/learnforpractice/ascdk-book
AssemblyScript Smart Contracts Development Cook Book
https://github.com/learnforpractice/ascdk-book
Last synced: 6 months ago
JSON representation
AssemblyScript Smart Contracts Development Cook Book
- Host: GitHub
- URL: https://github.com/learnforpractice/ascdk-book
- Owner: learnforpractice
- License: mit
- Created: 2023-05-28T06:57:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T09:43:27.000Z (about 3 years ago)
- Last Synced: 2024-12-29T07:26:03.503Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://learnforpractice.github.io/ascdk-book/
- Size: 2.35 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ascdk-book
[AssemblyScript Smart Contracts Development Cook Book](https://learnforpractice.github.io/ascdk-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 require_recipient Function](docs/notify.md)
* [Database](docs/database.md)
* [Crypto Functions](docs/crypto.md)
* [Commonly Functions](docs/common.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)
* [require_recipient函数](docs/notify.zh.md)
* [数据库的操作](docs/database.zh.md)
* [密码学相关函数](docs/crypto.zh.md)
* [常用智能合约函数](docs/common.zh.md)
* [ABI](docs/abi.zh.md)
## Examples
[examples](./examples)