RE: Vessel 0.2.8 - Bug Fix
That may serve my purpose better.. couple ideas I've had kicking around in my head use data stored on a profile outside of posts. I guess I just didn't know how to communicate what I was looking for exactly. My apologies.
Basically I was working on a profile type project, and currently store the data on a post and just pull from that. I'd love to be able to store this profile data somewhere that would be easily retrieved to propagate the profile data, I do have other projects in mind using steem to store data not displayed. Any headers on where I would find good information on this? I know it's out of the context of this post, but I do appreciate your time.
A demo of the profile, very rough and alpha quality can be found at https://blokz.io , which uses information pulled from https://steemit.com/profile/@sn0n/profile currently.
Steem itself doesn't have a really great place for this, at least using the native APIs. The way you're pulling from the
@sn0n/profile
permalink post is probably one of the best ways (using the json_metadata on that post, or even an account) unless you want to dig into creatingcustom_json
transactions and then indexing them yourself with a database + api.I don't really know of any good place with this sort of information unfortunately, or I'd direct ya there. Happy to answer questions though!