/MIRs

Mailio Implementation Rationale

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

Mailio Implementation Rationale

Mission

The goal of the MIRs project two fold:

  1. to document reasons for individual functionalities
  2. to document Mailio communication protocol

Build the status page locally

Install prerequisites

  1. Open Terminal.

  2. Check whether you have Ruby 2.1.0 or higher installed:

ruby --version
  1. If you don't have Ruby installed, install Ruby 2.1.0 or higher.

  2. Install Bundler:

gem install bundler
  1. Install dependencies:
bundle install

Build your local Jekyll site

  1. Bundle assets and start the server:
bundle exec jekyll serve
  1. Preview your local Jekyll site in your web browser at http://localhost:4000.

More information on Jekyll and GitHub pages here.

About

This documentation has been adopted from Ethereum EIPs