Simple Storage DApp for Ethereum beginners.
Clone the project.
git clone https://github.com/Kerala-Blockchain-Academy/simple-storage.git
cd simple-storage
Install dependencies.
npm install
Update artifacts.json with your abi and contract address.
"abi":
"contract":
Start the application.
npm run dev
Open browser for UI.