Setup Requirements

Review the project we’re going to build and its requirements.

We'll cover the following...

The project

We’ve used smart contracts to build a little blockchain address book application that stores the contact details of friends and family. For this second project, we’ll design and implement a full-stack remote job board application on a blockchain.

This is an application with a Solidity smart contract as the backend that will ...