ryft.createPost()
Create a new post.
let res = await ryft.createPost()
Returns
{
status: 200,
did: "did:pkh:..",
details: {
did: "did:pkh:..",
profile: {
pfp: "https://...",
username: "Alice",
description: "..."
}
},
result: "Success connecting to the DiD."
}