- createUser: Create a user
- removeUser: Remove user
- changeUsername: Rename user
- viewUsers: See all users
- createPost: Create posts with text, video or audio
- deletePost: Delete post
- editPost: Change contents of a current post
- getPosts: View all posts
- postsByUser: View all posts under a specific user
- flagPost: Flag post (report a post if it contains anything concerning)
- viewMajorFlaggedPosts: View frequently flagged posts for moderation (View posts that've received 5+ flags)
- followUser: Follow another user. (Add to following list)
- unfollow: Unfollow a user (Remove them from following list)
- massUnfollow: Remove multiple users from following list
- massRemoveFollowers: Remove multiple users from followers list
Follow the basic installation instructions from https://demergent-labs.github.io/azle/installation.html Also make sure that rust is installed
dfx start --background --clean
dfx deploy
Copy the url that's given to you in the terminal after running bash dfx deploy
and paste
it into a search bar.
Should start with http://127.0.0.1:4943/?canisterId=
dfx stop