Skip to content
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)

For Getting Started with Application Development based on Ethereum:

(1) SSCCS Introduction
(2) Environment Setup
(3) Smart Contract Deploy
(4) Architecture & Technical Design
(5) Code Trace & Demo

Architecture & Technical Design

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
System Architecture

RESTful APIs Definitions
RESTful APIs Definitions

Class Diagram
Class Diagram

Source File Structure
Source File Structure

Procedure Flow
Procedure Flow