From b4d1f430370ccf6a9dc3593f963e2865f1bdfa6e Mon Sep 17 00:00:00 2001 From: Mark Hendrickson Date: Fri, 8 May 2020 16:14:16 +0200 Subject: [PATCH] Convert "ID" to "username" in guide to Blockstack profiles; resolve #553 --- _develop/profiles.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/_develop/profiles.md b/_develop/profiles.md index 3e04d7f5..3b38bf58 100644 --- a/_develop/profiles.md +++ b/_develop/profiles.md @@ -6,9 +6,7 @@ permalink: /:collection/:path.html {:.no_toc} - - -You can use the blockstack.js library to create and register an ID on the Stacks blockchain. This section describes the `Profile` object and contains the following topics: +You can use the blockstack.js library to create and register an Blockstack username on the Stacks blockchain. This section describes the `Profile` object and contains the following topics: * TOC {:toc} @@ -21,7 +19,7 @@ Profile data is stored using Gaia on the user's selected storage provider. An ex https://gaia.blockstack.org/hub/1EeZtGNdFrVB2AgLFsZbyBCF7UTZcEWhHk/profile.json ``` -Follow these steps to create and register a profile for a Blockstack ID: +Follow these steps to create and register a profile for a Blockstack username (`identifier`): 1. Create a JSON profile object 2. Split up the profile into tokens, sign the tokens, and put them in a token file