💡
Solidity智能合约开发
  • 前言
  • 1.1 智能合约简介
  • 1.2 以太坊虚拟机简介
  • 1.3 智能合约的编写与调试
  • 1.4 智能合约的部署与执行
  • 1.5 智能合约如何与其他IT系统交互
  • 1.6 Solidity语言教程
    • 1.6.1 典型Solidity源文件包含的组成部分
    • 1.6.2 智能合约的组成部分
    • 1.6.3 类型介绍
    • 1.6.4 单位及全局变量
    • 1.6.5 表达式及控制结构
    • 1.6.6 Solidity中的智能合约
    • 1.6.7 Solidity汇编语言
    • 1.6.8 Solidity编码风格
    • 1.6.9 Solidity V0.5.0版本与之前版本的显著区别
    • 1.6.10 Solidity V0.6.0版本与之前版本的显著区别
    • 1.6.11 课外参考
Powered by GitBook
On this page

Was this helpful?

  1. 1.6 Solidity语言教程

1.6.11 课外参考

Ethereum JavaScript API

https://github.com/ethereum/web3.js

Lightweight Java and Android library for integration with Ethereum clients

https://github.com/web3j/web3j

https://web3j.io/

Web UI for signing Plasma transactions

https://github.com/matterinc/PlasmaWebUI

DiveLane - Universal Ethereum payment system

https://github.com/matterinc/DiveLane

Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions on Ethereum network

https://bankex.github.io/web3swift/

Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions

https://github.com/matterinc/web3swift

Mastering Ethereum

作者:Andreas M. Antonopoulos、Dr. Gavin Wood,

https://github.com/ethereumbook/ethereumbook/blob/develop/book.asciidoc

Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity

https://github.com/pubkey/eth-crypto

A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity

https://github.com/leopoldjoy/react-ethereum-dapp-example

Previous1.6.10 Solidity V0.6.0版本与之前版本的显著区别

Last updated 5 years ago

Was this helpful?