Skip to content

Instantly share code, notes, and snippets.

@renovatorruler
Last active November 21, 2022 13:22
Show Gist options
  • Save renovatorruler/a3fd201ffe04b4d8a89bf36e6ac90e57 to your computer and use it in GitHub Desktop.
Save renovatorruler/a3fd201ffe04b4d8a89bf36e6ac90e57 to your computer and use it in GitHub Desktop.
Memento-cash Entry points - custom slp
Memento-cash Entry points - custom slp
land on home -> Home Page
streamer sends thru stream link -> Stream Page
Home Page
click continue -> Tagline Page
Tagline Page
create account -> Create User Account Page
skip -> Stream List Page
register as a streamer -> Register Streamer Page
Create User Account Page
account created -> Stream List Page
Stream List Page
select a stream -> Stream Page
collections -> Memento Collections Page
Stream Page
provide your own slp address -> Tip Page
does not has slp account -> Create User Account Page
back to stream list -> Stream List Page
Empty*
Tip Page
send tip -> Claim Memento Page
Claim Memento Page
claim memento -> Memento Collections Page
Memento Collections Page
stream list -> Stream List Page
Register Streamer Page
register -> Stream Page
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