/blockchain-hw3

Create and modify a basic dapp with web interface for the CoolNumberContract Solidity contract. (see ./blockchain/contracts/CoolNumberContract.sol)

Primary LanguageJavaScript

Blockchain Homework 3 - Simple CoolNumber Contract Interface

NOTE: This project was bootstrapped using Next.js (npx create-next-app).

Post-Development Setup

Make sure that you have install node.js on your machine. If not you can download it from here.

  1. Clone the Repo

  2. Enter the project directory:

    cd blockchain-hw3
  3. Install the dependencies:

    npm install
  4. Run the development server:

    npm run dev

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

Pre-Development Environment Setup Steps:

  1. (In an empty repository) npx create-next-app blockchain-hw3 --use-npm
  2. npm install web3