"use strict"; // I M P O R T import html from "choo/html"; // E X P O R T export default () => html`

...

`; // TODO: // Provide flow where user logs in with GitHub: // - get access token // - show field for user to enter their wallet address // - send access token and wallet address to API // - parse response