JimmyLv / JimmyLv/reading

智能合约概述 Solidity develop 文档

Open
#2,319 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
26
Forks
2
PR merge metrics
No merged PRs in 30d

Description

## 智能合约概述 — Solidity develop 文档

智能合约概述 简单的智能合约 让我们先看一下最基本的例子。现在就算你都不理解也不要紧,后面我们会有更深入的讲解。 存储 pragma solidity ^ 0.4 . 0 ; contract SimpleStorage { uint storedData ; function set ( uint x )…



March 12, 2018 at 04:32PM

via Instapaper http://solidity-cn.readthedocs.io/zh/develop/introduction-to-smart-contracts.html

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.