<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Contract on 我的乐与怒</title>
    <link>/tags/contract/</link>
    <description>Recent content in Contract on 我的乐与怒</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Sat, 02 Jul 2022 09:46:00 +0000</lastBuildDate><atom:link href="/tags/contract/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>以太坊开发入门 - 智能合约</title>
      <link>/post/2022-07-02-develop-with-ethereum-contract/</link>
      <pubDate>Sat, 02 Jul 2022 09:46:00 +0000</pubDate>
      
      <guid>/post/2022-07-02-develop-with-ethereum-contract/</guid>
      <description>Solidity 语言 智能合约使用Solidity语言进行开发, Solidity语法参考 Solidity 语言的一些特点: 没有浮点数 使用${wei}$来规避浮点运算. $ 1 \times {ether} = 1 \times 10^{18}{wei} $ 指数运算符 10**18 = 10^18 函数权限关键字在最后 函数默认是public 约定 private修饰的函数名字前缀加上下划线 _ internal 修饰符可以让合约继承</description>
    </item>
    
  </channel>
</rss>
