Skip to content

mailio/MIRs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
Jul 18, 2022
Apr 28, 2022
May 18, 2022
Apr 28, 2022
May 18, 2022
Apr 28, 2022
Apr 28, 2022
Apr 28, 2022
Apr 28, 2022
Apr 28, 2022
Apr 28, 2022
May 18, 2022
Apr 28, 2022
Apr 28, 2022
Jul 6, 2022
Apr 28, 2022
Jul 6, 2022
May 18, 2022
Apr 28, 2022
Apr 28, 2022
Jul 6, 2022
Apr 28, 2022
Jul 6, 2022

Repository files navigation

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