I created an identity (jackzampolin.id
) on this app (note: a moderator removed the link to the Firebase app because it’s meant for testing only). I’m able to login there and change/access the identity. I can see also it when I do a blockstack lookup jackzampolin.id
on my Macbook I can see the changes:
~ :> blockstack lookup jackzampolin.id
{
"profile": {
"@context": "http://schema.org",
"@type": "Person",
"account": [],
"address": {
"@type": "PostalAddress",
"addressLocality": "Berkeley, CA"
},
"birthDate": "",
"description": "Developer/Marketer @InfluxData",
"familyName": "Zampolin",
"givenName": "Jack",
"image": [
{
"@type": "ImageObject",
"contentUrl": "https://avatars0.githubusercontent.com/u/7452680?v=3&s=460",
"name": "avatar"
}
]
},
"zonefile": "$ORIGIN jackzampolin.id\n$TTL 3600\n_http._tcp\tIN\tURI\t10\t1\t\"https://blockstack.s3-us-west-1.amazonaws.com/staging/jackzampolin.id.json\"\n\n"
}
However when I try to import the identity locally with the blockstack cli the import command outputs the non answer:
~ :> blockstack transfer jackzampolin.id 38GaSDVVaV2DMJV1kboCyt6RM2h7bUUMjA
Enter wallet password:
jackzampolin.id is not in your possession.
There could also be something fundamental I’m misunderstanding here help?