Simple eth polling system

screenshot This app is a app I've wrote for learning purposes. It connects to a smart contract written in solidity, pushed on the ropsten testnet. You can basically create a "Hello World"-String and vote for it or other strings.

NextJs & Dev envoirment

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.