0.Initialize

Run npm install

$> npm install

Set secrets.json

fix secrets.json.example and rename to secrets.json

// example
{
  "mnemonic": "test test test ... junk",
  "private": "0xa8a72dc..."
}

Warning: careful to upload(i.e. git push) your own secrets.json

1. File structure

TODO