教程

如果你是开发者,想在星云开发上进行开发,希望本篇教程能对你有所帮助。你也可以访问 开发者页面 查看各类工具。

社区工具

官方星云文档

更多文档参见官网 资源下载页

Smart Contracts for Rookies

This tutorial is intended for beginners and will help you to understand the basics of smart contracts under Nebulas: you’ll be assisted to download the core and run a node instance, to set up a development environment, and to write some basic examples of smart contracts. In addition, you will find a quick reference guide for more seasoned developers, and a FAQ containing all the common doubts about the subject.

On [Github] by Arielsbecker

  1. What is a smart contract?
  2. Installing the core
  3. Setting up a development environment
  4. Hello World, a barebones smart contract
  5. AddressMetadata, a smart contract with storage capabilities
  6. PiggyBank, a smart contract that moves money around
  7. Reference guide
  8. FAQ