obyte.js
0.1.19
Search
K
Links

Profile

Users can store their profiles on Obyte if they want.

Returns

Returns the unit hash.

Example

const params = {
name: 'Joe Average',
twitter: 'joe'
};
client.post.profile(params, wif, function(err, result) {
if (err) return console.error(err);
console.log(result);
});

Learn more