Documentation
Tutorial
FAQ
Articles
EN
|
中文
Search
Version
Neo 2.x
Neo 3.x
X
站点地图
Neo 介绍
Neo 白皮书
Neo 技术
NeoVM
Neo Contract
共识机制
Neo 节点
节点介绍
Neo-GUI
下载客户端
钱包
交易
注册与分发资产
与智能合约交互
选举与投票
其它功能
Neo-CLI
安装
配置与启动
节点列表
命令参考
Neo-Python
概述
安装 (Ubuntu/OSX)
安装 (Windows)
Neo-Python SeedList
基本用法
Prompt
快速同步区块
Neo 网络
主网与测试网
搭建私有链
单节点模式
在本地主机搭建
使用虚拟机搭建
Neo-local
智能合约开发
快速入门(C#)
介绍
准备工作
搭建网络环境
开发示例合约
部署并调用合约
开发环境
Windows + C#
macOS + C#
ubuntu + C#
Java
Python
合约编写
合约编写基础
编写限制
NEP-5
部署和调用
部署合约
调用合约
参数和返回值
测试
合约迁移
手续费
合约示例
Hello World
Domain(域名系统)
存储区操作
锁仓合约教程
DApp 开发
介绍
与区块链集成
Neo工具开发
基本概念
区块模型
区块
通证
UTXO
账户与资产
验证人
收费模型
密码学
编码算法
哈希算法
加密算法
大小端序的使用
Neo-CLI 结构
网络协议
共识机制
共识算法
共识协议
投票
钱包
交易
交易
交易流程
Neo SDK
关于 Neo SDK
数据类型转换
账户
钱包
交易
交易所对接指南
概述
v2.12.2
部署 Neo 节点
使用 Neo-CLI 客户端
处理资产交易
给用户分发 GAS
更新记录
开发参考
RPC API
API 参考
v2.12.2
claimgas
dumpprivkey
getaccountstate
getapplicationlog
getassetstate
getbalance
getbestblockhash
getblock
getblock
getblockcount
getblockheader
getblockhash
getblocksysfee
getclaimable
getconnectioncount
getcontractstate
getmetricblocktimestamp
getnep5balances
getnep5transfers
getnewaddress
getrawmempool
getrawtransaction
getstateheight
getstateroot
getstorage
gettransactionheight
gettxout
getpeers
getproof
getunclaimedgas
getunclaimed
getunspents
getutxotransfers
getvalidators
getversion
getwalletheight
importprivkey
invokefunction
invokescript
listplugins
listaddress
sendfrom
sendrawtransaction
sendtoaddress
sendmany
submitblock
validateaddress
verifyproof
智能合约API
合约框架
API
Neo
Account
Asset
Block
Blockchain
Contract
Header
Helper
InvocationTransaction
Runtime
Storage
StorageContext
StorageMap
Transaction
TransactionAttribute
TransactionInput
TransactionOutput
ContractPropertyState
TriggerType
System
ExecutionEngine
NeoVM 指令集
Show / Hide Table of Contents
在Windows上使用C#编写合约
关于如何在Windows系统中使用C#编写合约,请参考快速入门中的
开发示例合约
。
Improve this Doc
In this article
在Windows上使用C#编写合约