Examples


Basic API

Buttons for some API actions. Useful for linking off-site parent key.

example/basic-api


Comments

Page using Memo accounts for comments. Creates and links Memo accounts. Reads and creates Memo posts.

example/comments


Posts Feed

Live feed of new posts from the Memo network using the Graph GraphQL indexer. Recent posts are loaded with the posts_newest query and new posts stream in via the posts subscription over WebSocket.

example/posts-feed