Welcome to the Simple Storage dApp Documentation
This project builds a simple Decentralized Application (dApp) using React, a JavaScript library for building user interfaces.
The objectives are two fold: (1) This is like a “Hello World” kind of app where one gets hands-on experience in building the very first dApp; (2) building this dApp will bring us through various software components required for a dAPP.
This dApp deploys a smart contract holding a value on a blockchain where users may view and modify it using a client app (a React app).
Introduction
Installation Guide
Smart Contract
Web Application Development
Client App