-
Notifications
You must be signed in to change notification settings - Fork 0
Home
yslin edited this page Jul 24, 2018
·
4 revisions
Simple Smart Contract Control System: a system perspective on operating Ethereum smart contracts (SSCCS V1.0)
(1) SSCCS Introduction
(2) Environment Setup
(3) Smart Contract Deploy
(4) Architecture & Technical Design
(5) Code Trace & Demo
Target Audience
Application development based on Ethereum blockchain platform for beginners
Problem Statement & Motivation
(a) Simplify and automatize the command-line level on Ethereum
(b) Make contractors easier to control smart contracts deployed on Ethereum
(c) Hide multiple operations for specific functions or mechanisms on Ethereum
(d) Use as a framework for fast development
System Architecture
RESTful APIs Definitions
Class Diagram
Source File Structure
Procedure Flow
© yslin - Simple Smart Contract Control System: a system perspective on operating Ethereum smart contracts