Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.78 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.78 KB

Solidity workshop

This is a resource for Solidity and Ethereum smart-contract programming. Currently under construction.

Table of Content

Solidity Systems Tutorial

Solidity Systems I

Advanced Solidity Tutorial

Advanced Solidity I - Introduction

Advanced Solidity II - EVM Stack and Assembler

Advanced Solidity III - Memory and Calldata

Video

Introduction

Examples

Add - A simple contract for adding two integers using ADD.

Loop - A simple contract that uses conditional jump (JUMPI) to do a for-loop.

Resources

DAO-framework - Example code for a DAO framework. Well documented.

solUnit - Unit-testing framework for Solidity.

External resources

Official Ethereum Page: https://ethereum-homestead.readthedocs.org/en/latest/

Official Solidity Page: http://solidity.readthedocs.org/en/latest/

Ethereum SE: http://ethereum.stackexchange.com/