diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..b5f97131c2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Version 0.1.0 +## Features +- Create a session to associate an external chain address to a Desmos address. +- Create a post using a `MsgCreatePost` and providing a message. You can also decide whether other users can comment on such post or not. +- Like a post using a `MsgLikePost` and specifying a post id. +- Unlike a post using a `MsgUnlikePost` and specifying a post id. + +## Notes +- When generating Desmos accounts, the path to use is `m'/852'/0'/0/0` +- The stake token denomination is `desmos` \ No newline at end of file