Simple String Storage Contract

Overview

This is a simple smat contract to enabble only an owner to add strings to the contract

Installation

Prerequisites

  1. Node Installed
  2. Ganache Installed

Node Installation

Download and Intall Node On your machine

Install Ganache(local blockchain)

Install Ganache for your OS here

npm install -g truffle
npm install

Running Test Scripts

truffle test