Skip to content

Instantly share code, notes, and snippets.

@renovatorruler
Last active October 21, 2019 00:19
Show Gist options
  • Save renovatorruler/35919bdd495650dec3f82401059bc7e3 to your computer and use it in GitHub Desktop.
Save renovatorruler/35919bdd495650dec3f82401059bc7e3 to your computer and use it in GitHub Desktop.
CryptoDeities Landing Page - DONE
CryptoDeities Landing Page - DONE
create Temple -> Create Temple - DONE
import Temple -> Import Temple
Empty Temple View - DONE
add Deity -> Add Deity - DONE
Create Temple - DONE
Generate Key - DONE*
generate key -> Display Mnemonic - DONE
Display Mnemonic - DONE
next -> Confirm Mnemonic - DONE
Confirm Mnemonic - DONE
confirm -> Empty Temple View - DONE
Import Temple
Add Deity - DONE
select deity -> Deity List View - DONE
Deity List View - DONE
select deity -> Temple Default View - DONE
Temple Default View - DONE
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment